packer-cn/.travis.yml
Davor Kapsa f0580c6f3a
travis: update 1.7 and 1.8 go versions
.x match latest patch
2017-12-20 15:36:02 +01:00

25 lines
202 B
YAML

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