Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
[travis] don't wait for mac build on PR check (#1611)
Browse files Browse the repository at this point in the history
* 36

* 37
  • Loading branch information
luclu authored and evertonfraga committed Jan 31, 2017
1 parent 5d790a2 commit 5821038
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5821038

Please sign in to comment.