test osx on travis

we need to re-add the osx travis tests as our trial ended with circle-ci
This commit is contained in:
Adrien Delorme 2019-09-27 15:08:22 +02:00
parent 2c9615a3e3
commit 28180de5ad
1 changed files with 23 additions and 0 deletions

23
.travis.yml Normal file
View File

@ -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