Skip to content

Commit d250667

Browse files
committed
Drop dep from travis
1 parent 17b4e45 commit d250667

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
language: go
33

4+
before_script:
5+
- go mod vendor
6+
47
go:
5-
- "1.10"
6-
- "1.11"
78
- "1.x"
89

9-
before_install:
10-
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
11-
- dep ensure
12-
1310
install: true
1411

12+
env:
13+
- GO111MODULE=on
14+
1515
notifications:
1616
email: false

0 commit comments

Comments
 (0)