Skip to content

Commit

Permalink
travis: clean go versions (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrkps authored and campoy committed Dec 5, 2017
1 parent ad00a88 commit c59ce00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: go

go:
- 1.7
- 1.8
- 1.7.x
- 1.8.x
- 1.x
- master
script:
- go test ./...

0 comments on commit c59ce00

Please sign in to comment.