packer-cn/.travis.yml

27 lines
241 B
YAML

env:
- USER=travis
sudo: false
language: go
go:
- 1.9.x
- 1.10.x
- master
install:
- make deps
script:
- GOMAXPROCS=2 make ci
branches:
only:
- master
matrix:
allow_failures:
- go: master
fast_finish: true