packer-cn/.travis.yml

24 lines
197 B
YAML
Raw Normal View History

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