Skip to content

Commit

Permalink
Merge pull request #70 from CloudyKit/pin-tested-go-versions-to-lates…
Browse files Browse the repository at this point in the history
…t-two

Run TravisCI tests in Go 1.8 and 1.9
  • Loading branch information
jhsx authored Oct 24, 2017
2 parents a1c4500 + 31078d8 commit 3272189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.6.2
- tip
- 1.8
- 1.9

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

0 comments on commit 3272189

Please sign in to comment.