summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 10:46:15 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 11:00:34 +0200
commit326af8a332d45cc7f68c1c493b6c530c039d079b (patch)
treedbf85a307149ed75c0635971c4cfce94de78ba10 /scripts
parent2f3952b30541d5bbb3579c39a36052c02b47b37a (diff)
downloadqtlocation-mapboxgl-326af8a332d45cc7f68c1c493b6c530c039d079b.tar.gz
install boost on osx
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_before_install.sh b/scripts/travis_before_install.sh
index 31315dce38..59bd15d3ba 100755
--- a/scripts/travis_before_install.sh
+++ b/scripts/travis_before_install.sh
@@ -26,6 +26,6 @@ elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
#
# install OS X dependencies
#
- brew install autoconf automake libtool makedepend cmake pkg-config node git
+ brew install autoconf automake libtool makedepend cmake pkg-config node git boost
sudo pip install awscli
fi