Skip to content

Commit

Permalink
upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
err0r500 committed Feb 10, 2020
1 parent 589f5e8 commit f9a6bcd
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
Expand Up @@ -2,12 +2,11 @@ language: go
sudo: false

go:
- 1.10.x
- 1.13.x
- tip

before_install:
- go get -u github.com/golang/dep/...
- dep ensure
- go build

script:
- ./testCoverage.sh
Expand Down

0 comments on commit f9a6bcd

Please sign in to comment.