From ac2e0efffd5102715e58c60f6811e92ebb97dede Mon Sep 17 00:00:00 2001 From: Nicholas Shipes Date: Mon, 14 Apr 2014 22:06:45 -0700 Subject: [PATCH] removing test target from travis config --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67c0de2..85376b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: objective-c xcode_project: SampleProject/URBMediaFocusViewControllerDemo.xcodeproj xcode_scheme: URBMediaFocusViewControllerDemo before_install: - - gem install cocoapods \ No newline at end of file + - gem install cocoapods +script: + - xctool -project SampleProject/URBMediaFocusViewControllerDemo.xcodeproj -scheme URBMediaFocusViewControllerDemo -sdk iphonesimulator build \ No newline at end of file