Skip to content

Commit

Permalink
ci: use latest patch version of Go releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet authored and ncw committed Aug 22, 2018
1 parent 2609237 commit c37be76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -4,13 +4,13 @@ dist: trusty
os:
- linux
go:
- 1.8.7
- 1.9.3
- "1.10.1"
- tip
- 1.8.x
- 1.9.x
- 1.10.x
- master
script:
- go test ./...
- GOARCH=386 go test ./...
matrix:
allow_failures:
- go: tip
- go: master

0 comments on commit c37be76

Please sign in to comment.