From e89198fe2e21a251db8c086d2066438e3d6b00a8 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 9 Dec 2017 05:59:30 -0500 Subject: [PATCH] .travis.yml: Don't wait on OSX builds --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 340436f..8ee80f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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