Add Windows to Travis CI

This commit is contained in:
Cameron Moore 2019-09-19 08:42:33 -05:00
parent 1cf531b1c3
commit 2cf3f4e1a8

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