mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
Upgrade Travis Go to 1.12.x
Fixes Travis Windows build problem because go modules are enabled by default in 1.12.x and don't need an environment variable to be set.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
language: go
|
||||
go:
|
||||
- "1.11.x"
|
||||
- "1.12.x"
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
script:
|
||||
- env GO111MODULE=on make build
|
||||
- env GO111MODULE=on make test
|
||||
- make build
|
||||
- make test
|
||||
|
||||
Reference in New Issue
Block a user