Switch to Go 1.5.1 (fixes #955)

This commit is contained in:
Jakub Warmuz
2015-10-16 22:28:22 +00:00
parent 4a7ce62c62
commit 37cb419b1c
+1 -1
View File
@@ -7,7 +7,7 @@ services:
# 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:
- '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || eval "$(gimme 1.5)"'
- '[ "xxx$BOULDER_INTEGRATION" = "xxx" ] || eval "$(gimme 1.5.1)"'
# using separate envs with different TOXENVs creates 4x1 Travis build
# matrix, which allows us to clearly distinguish which component under