Switch to using Go modules

This commit is contained in:
Christian Muehlhaeuser 2019-05-06 16:33:24 +02:00
parent d3ee637919
commit 428150a133
1 changed files with 10 additions and 14 deletions

View File

@ -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