From 504ade8af556eeb54abf4a234c50ce343ee2a59c Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Mon, 24 Aug 2015 20:29:25 +0000 Subject: [PATCH] Travis: gimme 1.5 only for integration tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42996ceaa..b4a9d3220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ services: before_install: - travis_retry sudo ./bootstrap/ubuntu.sh - travis_retry sudo apt-get install --no-install-recommends nginx-light openssl - - 'eval "$(gimme 1.5)"' + - '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || eval "$(gimme 1.5)"' # using separate envs with different TOXENVs creates 4x1 Travis build # matrix, which allows us to clearly distinguish which component under