You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/.travis.yml

26 lines
231 B

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