packer-cn/.travis.yml

22 lines
196 B
YAML
Raw Normal View History

sudo: false
2013-08-13 21:42:39 -04:00
language: go
go:
2015-01-23 10:20:57 -05:00
- 1.4
- 1.5
- tip
2013-08-13 21:42:39 -04:00
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:
fast_finish: true
allow_failures:
- go: tip
- go: 1.5