Skip to content

Commit

Permalink
Updated go version for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Borders committed Aug 18, 2020
1 parent 8725c05 commit a180b5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: go

go:
- 1.11.x
- tip
- 1.13.x

before_install:
- go get -t -v ./...
- go mod download

script:
- go test -coverprofile=coverage.txt -covermode=atomic
Expand Down

0 comments on commit a180b5b

Please sign in to comment.