From 189beeae5d182675f59d4844649c5a0b0aea4c8c Mon Sep 17 00:00:00 2001 From: Bhargav Date: Wed, 20 Apr 2016 00:00:29 +0530 Subject: [PATCH] Update travis.yml to support Mac and iOS tests --- .travis.yml | 3 ++- .../xcshareddata/xcschemes/Banana-Mac.xcscheme | 8 ++++---- .../xcshareddata/xcschemes/Banana-iOS.xcscheme | 8 ++++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index a7dab52..3c34c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ before_install: - brew update - brew uninstall xctool && brew install --HEAD xctool script: - - xctool test -project Banana.xcodeproj -scheme 'BananaTests' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO + - xctool test -project Banana.xcodeproj -scheme 'Banana-iOS' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO + - xctool test -project Banana.xcodeproj -scheme 'Banana-Mac' -sdk macosx ONLY_ACTIVE_ARCH=NO diff --git a/Banana.xcodeproj/xcshareddata/xcschemes/Banana-Mac.xcscheme b/Banana.xcodeproj/xcshareddata/xcschemes/Banana-Mac.xcscheme index 6947e53..ce72999 100644 --- a/Banana.xcodeproj/xcshareddata/xcschemes/Banana-Mac.xcscheme +++ b/Banana.xcodeproj/xcshareddata/xcschemes/Banana-Mac.xcscheme @@ -15,7 +15,7 @@ @@ -43,7 +43,7 @@ @@ -65,7 +65,7 @@ @@ -83,7 +83,7 @@ diff --git a/Banana.xcodeproj/xcshareddata/xcschemes/Banana-iOS.xcscheme b/Banana.xcodeproj/xcshareddata/xcschemes/Banana-iOS.xcscheme index fea357f..65193ef 100644 --- a/Banana.xcodeproj/xcshareddata/xcschemes/Banana-iOS.xcscheme +++ b/Banana.xcodeproj/xcshareddata/xcschemes/Banana-iOS.xcscheme @@ -15,7 +15,7 @@ @@ -43,7 +43,7 @@ @@ -65,7 +65,7 @@ @@ -83,7 +83,7 @@