Skip to content

Commit

Permalink
upgrade go in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
clinta committed Feb 19, 2020
1 parent ca10f23 commit ae450c1
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
@@ -1,13 +1,9 @@
language: go
go:
- 1.11
- 1.13
env:
global:
- GO15VENDOREXPERIMENT=1
- GOOS=linux
before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
install:
- go get -t ./...
script:
Expand Down

0 comments on commit ae450c1

Please sign in to comment.