summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index 7fc8453..1096962 100755
--- a/travis.sh
+++ b/travis.sh
@@ -38,4 +38,11 @@ fi
set -e # exit on error.
set -x # echo commands.
+case $TRAVIS_OS_NAME in
+osx)
+ brew update -quiet
+ brew install popt
+ ;;
+esac
+
eval "build_$1"