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 1c425eb commit e3b448a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -47,7 +47,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 e3b448a

Please sign in to comment.