Explorar el Código

Cleanup unnecessary env vars

Andrew Swistak hace 6 años
padre
commit
f68f5f799b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -2,9 +2,7 @@ env:
   global:
     - DOCKER_COMPOSE_VERSION=1.24.0
     - POSTGRES_DB=pokemon_trade_test
-    - POSTGRES_HOST=test_db
     - POSTGRES_PASSWORD=postgres
-    - POSTGRES_PORT=5432
     - POSTGRES_USER=pokemon_trade
 
 services: