28180de5ad
we need to re-add the osx travis tests as our trial ended with circle-ci
24 lines
197 B
YAML
24 lines
197 B
YAML
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
|