mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
test on windows using travis-ci
This commit is contained in:
parent
84eb5d29a0
commit
80f7d01d7e
1 changed files with 6 additions and 4 deletions
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 a new issue