Skip to content

Commit

Permalink
Bring Go current in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Mar 22, 2019
1 parent d6ea6a5 commit 815805e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ language: go
sudo: false

go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- tip

matrix:
allow_failures:
- go: tip

script:
- ./.travis.gofmt.sh
- go test -cover ./...

0 comments on commit 815805e

Please sign in to comment.