Skip to content

Commit

Permalink
See if travis supports building with go 1.15...
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Aug 15, 2020
1 parent 5085437 commit 8a46b89
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.12.x
- 1.13.x
- 1.14.x
- 1.15.x
notifications:
email: true
before_install:
Expand All @@ -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
Expand All @@ -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"

0 comments on commit 8a46b89

Please sign in to comment.