We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da24bd6 commit 1b7b847Copy full SHA for 1b7b847
.travis.yml
@@ -6,8 +6,8 @@ env:
6
# Test (in parallel):
7
# - with oldest supported docker & docker-compose (which supports parallel builds)
8
# - 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
+ - DOCKER_COMPOSE_VERSION=1.23.0 DOCKER_VERSION=native COMPOSE_EXCEPT_VENDORS=mssql,oracle
+ - DOCKER_COMPOSE_VERSION=latest DOCKER_VERSION=latest COMPOSE_ONLY_VENDORS=mssql,oracle COMPOSE_LOCAL_ENV_FILE=../tests/environment/.env.01.local
11
12
#before_install:
13
0 commit comments