mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-14 09:34:43 +00:00
Merge pull request #341 from moorereason/wintrav
Add Windows to Travis CI
This commit is contained in:
commit
9852f0f0a5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue