mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-10-31 16:00:05 -04:00
.travis.yml: Don't wait on OSX builds
This commit is contained in:
parent
32aef11da5
commit
e89198fe2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user