diff options
-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..." |