packer-cn/.travis.yml

24 lines
197 B
YAML
Raw Normal View History

2016-11-10 15:08:20 -05:00
env:
- USER=travis GO111MODULE=off
2018-10-16 09:29:30 -04:00
os:
- osx
2016-11-10 15:08:20 -05:00
sudo: false
2013-08-13 21:42:39 -04:00
language: go
go:
2019-02-26 09:27:28 -05:00
- 1.12.x
2013-08-13 21:42:39 -04:00
2013-08-21 14:06:01 -04:00
script:
2018-10-16 12:23:11 -04:00
- df -h
2019-05-10 12:41:03 -04:00
- travis_wait make ci
branches:
only:
- master
2013-08-15 21:02:41 -04:00
matrix:
fast_finish: true