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.
2 parents 7f1052f + 5aeb6ea commit 4b917eeCopy full SHA for 4b917ee
.travis.yml
@@ -8,6 +8,7 @@ env:
8
- PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH"
9
10
before_install:
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
- |
13
# Remove Xdebug for a huge performance increase:
14
if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then
@@ -62,3 +63,8 @@ notifications:
62
63
email:
64
on_success: never
65
on_failure: change
66
+
67
+addons:
68
+ apt:
69
+ packages:
70
+ - docker-ce
templates/global_docker_compose.yml.mustache
@@ -1,4 +1,4 @@
1
-version: '3'
+version: '3.5'
2
3
services:
4
0 commit comments