Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Feb 9, 2018
1 parent 822f4df commit af1d333
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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
10 changes: 10 additions & 0 deletions SPiDSDK.xcodeproj/xcshareddata/xcschemes/SPiDSDK.xcscheme
Expand Up @@ -29,6 +29,16 @@
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14254E7E202DD0D00056F5C3"
BuildableName = "Tests.xctest"
BlueprintName = "Tests"
ReferencedContainer = "container:SPiDSDK.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
Expand Down

0 comments on commit af1d333

Please sign in to comment.