test on windows using travis-ci

This commit is contained in:
Adrien Delorme 2018-10-16 15:29:30 +02:00
parent 84eb5d29a0
commit 80f7d01d7e
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,10 @@
env:
- USER=travis
- USER=travis
os:
- linux
- osx
- windows
sudo: false
@ -9,9 +14,6 @@ go:
- 1.11.x
- master
install:
- make deps
script:
- GOMAXPROCS=2 make ci