test on windows using travis-ci
This commit is contained in:
parent
84eb5d29a0
commit
80f7d01d7e
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue