diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2016-10-06 07:48:49 +0200 |
---|---|---|
committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2016-10-06 08:05:55 +0200 |
commit | 009a9f1c6e8115abbcdf2ccbcf10c240417b07da (patch) | |
tree | ecdddfd7c45c8bf971d8fa0311e9c38bf875f9fb /util | |
parent | de83c29ba0a517630b361ffdbebd1a1f0b5eed4e (diff) | |
download | minetest-009a9f1c6e8115abbcdf2ccbcf10c240417b07da.tar.gz minetest-009a9f1c6e8115abbcdf2ccbcf10c240417b07da.tar.bz2 minetest-009a9f1c6e8115abbcdf2ccbcf10c240417b07da.zip |
Fix macosx build by disabling postgresql upgrade
Diffstat (limited to 'util')
-rwxr-xr-x | util/travis/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis/before_install.sh b/util/travis/before_install.sh index a2eb37803..d25614edb 100755 --- a/util/travis/before_install.sh +++ b/util/travis/before_install.sh @@ -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 |