summaryrefslogtreecommitdiff
path: root/util/travis/before_install.sh
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2018-05-21 21:04:18 +0200
committerSmallJoker <mk939@ymail.com>2018-06-03 17:32:00 +0200
commit04fe8cc0a2563f9ea7566323679e7b4de177c9ec (patch)
treed21a489b22fece27001ebaa563de5f499618bcc2 /util/travis/before_install.sh
parent24abdf45b98be8d7120d722be8279d268a16f65a (diff)
downloadminetest-04fe8cc0a2563f9ea7566323679e7b4de177c9ec.tar.gz
minetest-04fe8cc0a2563f9ea7566323679e7b4de177c9ec.tar.bz2
minetest-04fe8cc0a2563f9ea7566323679e7b4de177c9ec.zip
Update macosx build from master
Diffstat (limited to 'util/travis/before_install.sh')
-rwxr-xr-xutil/travis/before_install.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/util/travis/before_install.sh b/util/travis/before_install.sh
index af69f78ca..b87668cce 100755
--- a/util/travis/before_install.sh
+++ b/util/travis/before_install.sh
@@ -33,9 +33,7 @@ if [[ $PLATFORM == "Unix" ]]; then
fi
else
- brew update
- brew install freetype gettext hiredis irrlicht jpeg leveldb libogg libvorbis luajit
- #brew upgrade postgresql
+ install_macosx_deps
fi
elif [[ $PLATFORM == "Win32" ]]; then
sudo apt-get update