Skip to content

Commit

Permalink
Add Go tip and Go 1.15 to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Aug 12, 2020
1 parent 4cc87a7 commit d7679b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ matrix:
- language: go
go: 1.14.x
script: go test -v ./...

- language: go
go: 1.15.x
script: go test -v ./...

allow_failures:
- language: go
go: tip
script: go test -v ./...

0 comments on commit d7679b3

Please sign in to comment.