Add Windows to Travis CI
This commit is contained in:
parent
1cf531b1c3
commit
2cf3f4e1a8
@ -9,11 +9,15 @@ go:
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- go: tip
|
||||
exclude:
|
||||
- os: windows
|
||||
go: tip
|
||||
|
||||
install:
|
||||
- go get -d -v -t ./...
|
||||
|
Loading…
Reference in New Issue
Block a user