Skip to content

Commit

Permalink
travis: attempt to make brew more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jan 8, 2020
1 parent 0d3d97f commit e56ded9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,10 @@ install:
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update;
brew install ccache ninja;
touch BrewFile
echo 'brew ccache' >> BrewFile
echo 'brew ninja' >> BrewFile
brew bundle;
fi
- |
# workarounds to make ccache work
Expand Down

0 comments on commit e56ded9

Please sign in to comment.