Skip to content

Commit

Permalink
ci: fix cached cask-repair 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Mar 10, 2020
1 parent 464bf0e commit 73dc300
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 581 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ osx_image: xcode11
language: node_js
node_js:
- 10
addons:
homebrew:
packages:
- vitorgalvao/tiny-scripts/cask-repair
update: true
cache:
- npm: true
- cocoapods: true
- directories:
- /usr/local/Cellar/cask-repair
env:
global:
- IS_RELEASE=$(if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then echo true; fi)
Expand Down
Loading

0 comments on commit 73dc300

Please sign in to comment.