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

Commit

Permalink
36
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Jan 26, 2017
1 parent a617510 commit e8c8079
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,15 @@ matrix:
before_install:
- npm install -g yarn # macOS xcode8 image doesn't natively support yarn yet

allow_failures:
- os: osx

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 e8c8079

Please sign in to comment.