Exclude go1.13.x from modules off, only build all on go1.13 modules on
This commit is contained in:
@@ -7,6 +7,10 @@ env:
|
||||
- GO111MODULE=off
|
||||
go: [1.11.x, 1.12.x, 1.13.x]
|
||||
os: [linux, osx]
|
||||
matrix:
|
||||
exclude:
|
||||
- go: 1.13.x
|
||||
env: GO111MODULE=off ## Modules are the default now.
|
||||
install:
|
||||
- ./travis/install.sh
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user