Skip to content

Commit 009a9f1

Browse files
committedOct 6, 2016
Fix macosx build by disabling postgresql upgrade
1 parent de83c29 commit 009a9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎util/travis/before_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ $PLATFORM == "Unix" ]]; then
1717
else
1818
brew update
1919
brew install freetype gettext hiredis irrlicht jpeg leveldb libogg libvorbis luajit
20-
brew upgrade postgresql
20+
#brew upgrade postgresql
2121
fi
2222
elif [[ $PLATFORM == "Win32" ]]; then
2323
wget http://minetest.kitsunemimi.pw/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z

0 commit comments

Comments
 (0)
Please sign in to comment.