From ff4b9e520745ef99f4932066c5c710bc908fec4e Mon Sep 17 00:00:00 2001 From: William Yeh Date: Tue, 2 Jun 2015 18:14:56 +0800 Subject: [PATCH] Try: stable version of travis-docker --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a329700..23b84ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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..." -- 2.41.0