From dbfeee621268db7c8459068f24248e5d4c62519c Mon Sep 17 00:00:00 2001 From: Ben Guo Date: Tue, 12 Jan 2016 14:00:53 -0500 Subject: [PATCH] add application tests to travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7b6d3b4f86..2d4b9772ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: - "./ci_scripts/check_fauxpas.sh" - "./ci_scripts/check_version.rb" - set -o pipefail && xcodebuild test -workspace Stripe.xcworkspace -scheme "StripeiOS Tests" -configuration Debug -sdk iphonesimulator | xcpretty -c + - set -o pipefail && xcodebuild test -workspace Stripe.xcworkspace -scheme "Stripe iOS Application Tests" -configuration Debug -sdk iphonesimulator -destination "OS=9.0,name=iPhone 6" | xcpretty -c - set -o pipefail && xcodebuild test -workspace Stripe.xcworkspace -scheme "StripeOSX Tests" | xcpretty -c - set -o pipefail && xcodebuild build -workspace Stripe.xcworkspace -scheme "Stripe iOS Example (Simple)" -sdk iphonesimulator | xcpretty -c - set -o pipefail && xcodebuild build -workspace Stripe.xcworkspace -scheme "Stripe iOS Example (Custom)" -sdk iphonesimulator | xcpretty -c