From 89e3113a35a9d9ef4005748bbb731d9e99221521 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sat, 18 Jun 2016 06:23:20 +0300 Subject: [PATCH] fix travis-ci config --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f57eb70..9e36ee3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,5 @@ branches: before_install: - brew update - brew reinstall --HEAD xctool - - cd Tablet script: - - xctool clean build test -project TableKit.xcodeproj -scheme TableKit -sdk iphonesimulator \ No newline at end of file + - xctool clean build test -project TableKit.xcodeproj -scheme TableKitTests -sdk iphonesimulator \ No newline at end of file