diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2015-09-16 23:05:12 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2015-09-16 23:05:12 -0700 |
commit | 15e04f64a8e7808246d566243adda5d59a1c69dc (patch) | |
tree | f6275a65bfe69b216debe93f687bc337b212b18c | |
parent | 86c811f8df74a19e7c40af57fdd832360948c792 (diff) |
update xctool
-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 |