aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-25 00:59:00 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-25 00:59:00 -0700
commit7166f2e8ba30962af74233fdce2be737fbf62e62 (patch)
tree872588ed57ce6620a91a3f7ee65cdbe0b9dfffed /scripts/travis
parentc289501d2631b181f3098540807e97cd93137232 (diff)
Make sure to install xctool before building.
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/before-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh
index b8753159..9799bf0c 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -2,5 +2,5 @@
set -e
brew update
-#brew install xctool
+brew install xctool
brew install cmake