]> git.immae.eu Git - github/fretlink/docker-ansible.git/commitdiff
Try: stable version of travis-docker
authorWilliam Yeh <william.pjyeh@gmail.com>
Tue, 2 Jun 2015 10:14:56 +0000 (18:14 +0800)
committerWilliam Yeh <william.pjyeh@gmail.com>
Tue, 2 Jun 2015 10:14:56 +0000 (18:14 +0800)
.travis.yml

index a3297007a6b7ef3264f7dde471d602f4b8d63bf3..23b84abac06fd47434ad784164977897eb90b16e 100644 (file)
@@ -1,7 +1,14 @@
+env:
+  global:
+    - BRANCH=stable
+    - QUIET=1
+    - UML_DOCKERCOMPOSE=0
+    - UML_FIG=0
+
 sudo: true
 
 install:
-  - curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe
+  - curl -sLo - http://j.mp/install-travis-docker | sh -xe
 
 script:
   - echo "==> Building the main Docker images..."