Skip to content

Commit

Permalink
travis: test with Go 1.6 and 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Dec 28, 2016
1 parent 6ca5d84 commit c5ebb49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go get -t ./... && go test ./...
Expand Down

0 comments on commit c5ebb49

Please sign in to comment.