packer-cn/.travis.yml
Adrien Delorme 27d27463a6 Update .travis.yml
use go 1.13
2020-02-07 10:15:01 +01:00

24 lines
197 B
YAML

env:
- USER=travis GO111MODULE=off
os:
- osx
sudo: false
language: go
go:
- 1.13.x
script:
- df -h
- travis_wait make ci
branches:
only:
- master
matrix:
fast_finish: true