packer-cn/.travis.yml

27 lines
241 B
YAML
Raw Normal View History

2016-11-10 15:08:20 -05:00
env:
- USER=travis
sudo: false
2013-08-13 21:42:39 -04:00
language: go
go:
- 1.9.x
2018-06-26 19:18:20 -04:00
- 1.10.x
- master
2013-08-13 21:42:39 -04:00
install:
- make deps
2013-08-21 14:06:01 -04:00
script:
- GOMAXPROCS=2 make ci
branches:
only:
- master
2013-08-15 21:02:41 -04:00
matrix:
allow_failures:
- go: master
fast_finish: true