File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 88 - TEST_COMMAND=$(echo $TRAVIS_REPO_SLUG | cut -d/ -f 2) # Get command name to be tested
99
1010before_script :
11- - |
11+ - sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
12+ - |
1213 # Remove Xdebug for a huge performance increase:
1314 if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then
1415 phpenv config-rm xdebug.ini
@@ -33,3 +34,8 @@ notifications:
3334 email :
3435 on_success : never
3536 on_failure : change
37+
38+ addons :
39+ apt :
40+ packages :
41+ - docker-ce
Original file line number Diff line number Diff line change 1- version: '3'
1+ version: '3.5 '
22
33services:
44
@@ -48,6 +48,7 @@ services:
4848{ {#network} }
4949networks:
5050 site-network:
51+ name: ${ VIRTUAL_HOST}
5152 global-network:
5253 external:
5354 name: ee-global-network
You can’t perform that action at this time.
0 commit comments