Merge pull request #341 from moorereason/wintrav

Add Windows to Travis CI
This commit is contained in:
Adnan Hajdarević 2019-09-20 01:41:01 +02:00 committed by GitHub
commit 9852f0f0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ./...