packer-cn/.travis.yml
Matthew Hooker 5952892e10
add back in tests on latest go, but allow it to fail.
this is an important early warning sign, and I think it's good to add it back in
in a way that doesn't cause the build to fail.
2018-06-28 14:49:09 -07:00

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