.travis.yml: Don't wait on OSX builds

This commit is contained in:
Aaron Lindsay 2017-12-09 05:59:30 -05:00
parent 32aef11da5
commit e89198fe2e
1 changed files with 1 additions and 2 deletions

View File

@ -20,12 +20,11 @@ env:
- MONEYGO_TEST_DB=mysql
- MONEYGO_TEST_DB=postgres
# OSX builds take too long, so don't wait for all of them
# OSX builds take too long, so don't wait for them
matrix:
fast_finish: true
allow_failures:
- os: osx
go: master
before_install:
# Fetch/build coverage reporting tools