Skip to content

Commit

Permalink
Merge pull request #7 from cristaloleg/patch-1
Browse files Browse the repository at this point in the history
Use latest Go releases
  • Loading branch information
haraldh committed Jul 28, 2019
2 parents 0f1d566 + a8aff20 commit b83e34a
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
sudo: false
go:
- '1.10'
- 1.11.x
- '1.10.x'
- '1.11.x'
- '1.12.x'
install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit b83e34a

Please sign in to comment.