aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2015-06-02 18:14:56 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2015-06-02 18:14:56 +0800
commitff4b9e520745ef99f4932066c5c710bc908fec4e (patch)
tree62b98a9e7aea0546fd62e21c88fb5155cfb2019d
parenta3483d3f8cff69b0f716f10aa5179eee9bef756d (diff)
downloaddocker-ansible-ff4b9e520745ef99f4932066c5c710bc908fec4e.tar.gz
docker-ansible-ff4b9e520745ef99f4932066c5c710bc908fec4e.tar.zst
docker-ansible-ff4b9e520745ef99f4932066c5c710bc908fec4e.zip
Try: stable version of travis-docker
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a329700..23b84ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,14 @@
1env:
2 global:
3 - BRANCH=stable
4 - QUIET=1
5 - UML_DOCKERCOMPOSE=0
6 - UML_FIG=0
7
1sudo: true 8sudo: true
2 9
3install: 10install:
4 - curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe 11 - curl -sLo - http://j.mp/install-travis-docker | sh -xe
5 12
6script: 13script:
7 - echo "==> Building the main Docker images..." 14 - echo "==> Building the main Docker images..."