mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05: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=mysql
|
||||||
- MONEYGO_TEST_DB=postgres
|
- 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:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
- os: osx
|
||||||
go: master
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Fetch/build coverage reporting tools
|
# Fetch/build coverage reporting tools
|
||||||
|
Loading…
Reference in New Issue
Block a user