From 5821038ba41a90bdcbe84598d609bfe0b951e42b Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Tue, 31 Jan 2017 17:14:19 +0100 Subject: [PATCH] [travis] don't wait for mac build on PR check (#1611) * 36 * 37 --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f167f91c7..07c28c2cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,12 +56,17 @@ matrix: before_install: - npm install -g yarn # macOS xcode8 image doesn't natively support yarn yet + allow_failures: + - os: osx + + fast_finish: true + cache: yarn: true install: - PATH=$PATH:$HOME/.meteor && curl -L https://raw.githubusercontent.com/arunoda/travis-ci-meteor-packages/master/configure.sh | /bin/sh - - yarn global add gulp-cli meteor-build-client electron@1.3.5 + - yarn global add gulp-cli meteor-build-client - yarn script: