From 6f5c67fb15a42d83283f64aa1c3da1c65fc5964f Mon Sep 17 00:00:00 2001 From: Ikhsan Assaat Date: Sat, 18 Apr 2015 15:23:02 +0100 Subject: [PATCH] fixing travis config to run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0bef91e..578e27b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ language: objective-c before_install: - brew update - - brew install xctool + - brew update xctool script: xctool -workspace CMPopTipView.xcworkspace -scheme CMPopTipViewTests -sdk iphonesimulator build test