Skip to content

Commit

Permalink
travisci: use go module when go11+ (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou authored Mar 8, 2019
1 parent f7079a8 commit 70a0aba
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
language: go
sudo: false
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

matrix:
fast_finish: true
include:
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: 1.10.x
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
- go: master
env: GO111MODULE=on

git:
depth: 10
Expand Down

0 comments on commit 70a0aba

Please sign in to comment.