From 8a46b8978973031d7adab858dc7592ce2caad096 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 15 Aug 2020 12:44:32 -0400 Subject: [PATCH] See if travis supports building with go 1.15... --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ae1f94..3653a8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ go: - 1.12.x - 1.13.x - 1.14.x +- 1.15.x notifications: email: true before_install: @@ -33,7 +34,7 @@ deploy: script: bash scripts/do-release.sh on: all_branches: true - condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.14.x" + condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.15.x" - provider: gcs skip_cleanup: true access_key_id: GOOGKKO2OYB5BE3XDNBJMDRK @@ -46,4 +47,4 @@ deploy: on: repo: gcla/termshark all_branches: true - condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.14.x" + condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.15.x"