mirror of
https://github.com/adnanh/webhook.git
synced 2025-06-04 03:32:27 +00:00
Add Windows to Travis CI
This commit is contained in:
parent
1cf531b1c3
commit
2cf3f4e1a8
1 changed files with 4 additions and 0 deletions
|
@ -9,11 +9,15 @@ go:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
- windows
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
exclude:
|
||||||
|
- os: windows
|
||||||
|
go: tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -d -v -t ./...
|
- go get -d -v -t ./...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue