Skip to content

Commit

Permalink
chore: use Go 1.13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Nov 5, 2019
1 parent 4583fbc commit 35b4b47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/stretchr/testify
go:
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "tip"
- "1.13"
script: make test

0 comments on commit 35b4b47

Please sign in to comment.