Skip to content

Commit

Permalink
Add more go versions for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <[email protected]>
  • Loading branch information
Luzifer committed Sep 17, 2018
1 parent f4e07b5 commit 080d991
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: go

go:
- 1.6
- 1.7
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip

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

0 comments on commit 080d991

Please sign in to comment.