Skip to content

Commit ae450c1

Browse files
committed
upgrade go in travis-ci
1 parent ca10f23 commit ae450c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
language: go
22
go:
3-
- 1.11
3+
- 1.13
44
env:
55
global:
6-
- GO15VENDOREXPERIMENT=1
76
- GOOS=linux
8-
before_install:
9-
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
10-
- dep ensure
117
install:
128
- go get -t ./...
139
script:

0 commit comments

Comments
 (0)