Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix macosx build by disabling postgresql upgrade
  • Loading branch information
nerzhul committed Oct 6, 2016
1 parent de83c29 commit 009a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/travis/before_install.sh
Expand Up @@ -17,7 +17,7 @@ if [[ $PLATFORM == "Unix" ]]; then
else
brew update
brew install freetype gettext hiredis irrlicht jpeg leveldb libogg libvorbis luajit
brew upgrade postgresql
#brew upgrade postgresql
fi
elif [[ $PLATFORM == "Win32" ]]; then
wget http://minetest.kitsunemimi.pw/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
Expand Down

0 comments on commit 009a9f1

Please sign in to comment.