Merge pull request #8166 from hashicorp/travis-osx

test osx on travis
pull/8167/head
Megan Marsh 7 years ago committed by GitHub
commit 51897d17f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,23 @@
env:
- USER=travis GO111MODULE=off
os:
- osx
sudo: false
language: go
go:
- 1.12.x
script:
- df -h
- travis_wait make ci
branches:
only:
- master
matrix:
fast_finish: true
Loading…
Cancel
Save