Skip to content

Commit

Permalink
travis: add more recent go versions until 1.9
Browse files Browse the repository at this point in the history
Add golang versions 1.6, 1.7, 1.8 and 1.9 to the automated tests.
  • Loading branch information
sahildua2305 committed Dec 17, 2017
1 parent 27ca276 commit 9257dd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- tip
install: go get ./...
script: go test ./...

0 comments on commit 9257dd6

Please sign in to comment.