Switch to using Go modules
This commit is contained in:
parent
d3ee637919
commit
428150a133
24
.travis.yml
24
.travis.yml
|
@ -5,25 +5,21 @@ os:
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.11.x
|
||||||
- 1.5.x
|
- 1.12.x
|
||||||
- 1.6.x
|
|
||||||
- 1.7.x
|
|
||||||
- 1.8.x
|
|
||||||
- 1.9.x
|
|
||||||
- 1.10.x
|
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
allow_failures:
|
||||||
- os: osx
|
- go: tip
|
||||||
go: 1.4
|
|
||||||
- os: osx
|
env:
|
||||||
go: 1.5.x
|
global:
|
||||||
- os: osx
|
GO111MODULE=on
|
||||||
go: 1.6.x
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
|
script: go build
|
||||||
|
|
Loading…
Reference in New Issue