Skip to content

Commit

Permalink
Update go versions in travis build. (hound-search#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Jun 16, 2019
1 parent 5451a2f commit 547eb48
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: go

go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- tip
install: go get ./...
script: go test ./...

0 comments on commit 547eb48

Please sign in to comment.