diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-06-02 18:14:56 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-06-02 18:14:56 +0800 |
commit | ff4b9e520745ef99f4932066c5c710bc908fec4e (patch) | |
tree | 62b98a9e7aea0546fd62e21c88fb5155cfb2019d | |
parent | a3483d3f8cff69b0f716f10aa5179eee9bef756d (diff) | |
download | docker-ansible-ff4b9e520745ef99f4932066c5c710bc908fec4e.tar.gz docker-ansible-ff4b9e520745ef99f4932066c5c710bc908fec4e.tar.zst docker-ansible-ff4b9e520745ef99f4932066c5c710bc908fec4e.zip |
Try: stable version of travis-docker
-rw-r--r-- | .travis.yml | 9 |
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 @@ | |||
1 | env: | ||
2 | global: | ||
3 | - BRANCH=stable | ||
4 | - QUIET=1 | ||
5 | - UML_DOCKERCOMPOSE=0 | ||
6 | - UML_FIG=0 | ||
7 | |||
1 | sudo: true | 8 | sudo: true |
2 | 9 | ||
3 | install: | 10 | install: |
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 | ||
6 | script: | 13 | script: |
7 | - echo "==> Building the main Docker images..." | 14 | - echo "==> Building the main Docker images..." |