diff --git a/.travis.yml b/.travis.yml index cdfc009..038add7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,5 @@ cache: cocoapods script: - set -o pipefail && xcodebuild test -scheme SPiDSDK -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' | xcpretty +- set -o pipefail && xcodebuild -scheme HybridDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' | xcpretty +- set -o pipefail && xcodebuild -scheme NativeDemo -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' | xcpretty diff --git a/SPiDSDK.xcodeproj/xcshareddata/xcschemes/SPiDSDK.xcscheme b/SPiDSDK.xcodeproj/xcshareddata/xcschemes/SPiDSDK.xcscheme index d8eddd8..bc5af2a 100644 --- a/SPiDSDK.xcodeproj/xcshareddata/xcschemes/SPiDSDK.xcscheme +++ b/SPiDSDK.xcodeproj/xcshareddata/xcschemes/SPiDSDK.xcscheme @@ -29,6 +29,16 @@ language = "" shouldUseLaunchSchemeArgsEnv = "YES"> + + + +