packer-cn/.travis.yml

24 lines
195 B
YAML

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