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 @@