From 165082b37be079acaab741e3e7afa8463d0a6476 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Mon, 24 Aug 2015 20:26:04 +0000 Subject: [PATCH] Travis: use gimme for Go 1.5 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb659e484..42996ceaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python -# This have to be kept in sync with .travis.yml from Boulder go: - 1.5 @@ -9,9 +8,11 @@ services: - mysql # http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS +# gimme has to be kept in sync with Boulder's Go version setting in .travis.yml before_install: - travis_retry sudo ./bootstrap/ubuntu.sh - travis_retry sudo apt-get install --no-install-recommends nginx-light openssl + - 'eval "$(gimme 1.5)"' # using separate envs with different TOXENVs creates 4x1 Travis build # matrix, which allows us to clearly distinguish which component under