Skip to content

Commit 1c05283

Browse files
committed
test fix brew
1 parent f3cf0ee commit 1c05283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +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;
36+
brew cask uninstall --force java;
3737
brew install freetype libevent sqlite dylibbundler;
3838
sudo cp -r /usr/local/include/freetype2 ./freetype2;
3939
sudo cp -r /usr/local/include/event2 ./event2;

0 commit comments

Comments
 (0)