Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei authored and gobwas committed Aug 9, 2018
1 parent f00a739 commit f756513
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
sudo: false

language: go

go:
- 1.7
- 1.8
- 1.9
- "1.7.X"
- "1.8.X"
- "1.9.X"
- "1.10.X"
- master

matrix:
allow_failures:
- go: master
fast_finish: true

script:
- go test -v ./...

0 comments on commit f756513

Please sign in to comment.