From ad683d00afe13e643a62eae4059a4eb690bae298 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 23 Aug 2016 11:06:50 -0700 Subject: [PATCH] Use Go version for build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d187d25..cb1a1a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: - go test -v -race ./util/ after_success: - - if [ "$TRAVIS_GO_VERSION" = "1.6" ] && [ "$BUILD_GOOS" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then ./scripts/cross_compile.sh; ghr --username wallyqs --token $GITHUB_TOKEN --replace --debug $TRAVIS_TAG pkg/ ; fi + - if [ "$TRAVIS_GO_VERSION" = "1.6.3" ] && [ "$BUILD_GOOS" = "linux" ] && [ "$TRAVIS_TAG" != "" ]; then ./scripts/cross_compile.sh; ghr --username wallyqs --token $GITHUB_TOKEN --replace --debug $TRAVIS_TAG pkg/ ; fi