Skip to content

Commit

Permalink
Merge pull request #9 from hiyosi/go-1.14
Browse files Browse the repository at this point in the history
Update Go version
  • Loading branch information
hiyosi committed Apr 2, 2020
2 parents cd298ef + 05fec95 commit 0938529
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: go
go:
- 1.9
- "1.10"
- tip
- 1.12
- 1.13
- 1.14
- master
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
Expand Down

0 comments on commit 0938529

Please sign in to comment.