Skip to content

Commit 1b7b847

Browse files
committed
travis
1 parent da24bd6 commit 1b7b847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66
# Test (in parallel):
77
# - with oldest supported docker & docker-compose (which supports parallel builds)
88
# - with most recent docker & docker-compose
9-
- DOCKER_COMPOSE_VERSION=1.23.0 DOCKER_VERSION=native COMPOSE_EXCEPT_VENDORS=mssql,oracle,percona
10-
- DOCKER_COMPOSE_VERSION=latest DOCKER_VERSION=latest COMPOSE_ONLY_VENDORS=mssql,oracle,percona COMPOSE_LOCAL_ENV_FILE=../tests/environment/.env.01.local
9+
- DOCKER_COMPOSE_VERSION=1.23.0 DOCKER_VERSION=native COMPOSE_EXCEPT_VENDORS=mssql,oracle
10+
- DOCKER_COMPOSE_VERSION=latest DOCKER_VERSION=latest COMPOSE_ONLY_VENDORS=mssql,oracle COMPOSE_LOCAL_ENV_FILE=../tests/environment/.env.01.local
1111

1212
#before_install:
1313

0 commit comments

Comments
 (0)