Skip to content

Commit

Permalink
Test to see if I can build with go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed May 7, 2020
1 parent cc66871 commit 287dffe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
notifications:
email: true
before_install:
Expand All @@ -32,7 +33,7 @@ deploy:
script: bash scripts/do-release.sh
on:
all_branches: true
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.13.x"
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.14.x"
- provider: gcs
skip_cleanup: true
access_key_id: GOOGKKO2OYB5BE3XDNBJMDRK
Expand All @@ -45,4 +46,4 @@ deploy:
on:
repo: gcla/termshark
all_branches: true
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.13.x"
condition: "$TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.14.x"

0 comments on commit 287dffe

Please sign in to comment.