aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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..."