diff options
-rwxr-xr-x | scripts/travis/before-script.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh index 6c517350..425ebc85 100755 --- a/scripts/travis/before-script.sh +++ b/scripts/travis/before-script.sh @@ -4,6 +4,7 @@ set -e if test x"`uname`" = xDarwin ; then sudo systemsetup -settimezone America/Los_Angeles brew update || brew update || : + brew install xctool # brew install cmake elif test x"`uname`" = xLinux ; then git clone --depth=1 https://github.com/dinhviethoa/libetpan |