Skip to content

Commit f3cf0ee

Browse files
committed
test fix brew
1 parent a929605 commit f3cf0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ before_install:
3333
- git submodule update --init --recursive
3434
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ln -s /usr/bin/gcc-6 /usr/local/bin/gcc; sudo ln -s /usr/bin/g++-6 /usr/local/bin/g++; fi
3535
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
36+
brew uninstall --cask --force java;
3637
brew install freetype libevent sqlite dylibbundler;
3738
sudo cp -r /usr/local/include/freetype2 ./freetype2;
3839
sudo cp -r /usr/local/include/event2 ./event2;

0 commit comments

Comments
 (0)