We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c2a75e + 231439c commit 938e1ddCopy full SHA for 938e1dd
.travis.yml
@@ -2,7 +2,7 @@ language: go
2
go:
3
- 1.12.x
4
- 1.13.x
5
- - 1.14rc1
+ - 1.14.x
6
7
before_script:
8
- nvm install 12.14.0
@@ -31,4 +31,4 @@ deploy:
31
on:
32
tags: true
33
# it's important to build on the newest version of go:
34
- condition: $TRAVIS_GO_VERSION =~ ^1\.13
+ condition: $TRAVIS_GO_VERSION =~ ^1\.14
0 commit comments