You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/.travis.yml

36 lines
362 B

env:
- USER=travis
os:
- windows
- linux
- osx
sudo: false
language: go
go:
- 1.12.x
- master
before_install:
- >
if [[ "$TRAVIS_OS_NAME" == "windows" ]];
then choco install -y make;
fi
script:
- df -h
- make ci
branches:
only:
- master
matrix:
allow_failures:
- go: master
- os: windows
fast_finish: true