We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c950bcf commit 0cb056fCopy full SHA for 0cb056f
.travis.yml
@@ -11,7 +11,7 @@ script:
11
# Test that the framework can be installed and built, and passes all unit tests
12
- travis_wait pod update
13
- carthage update
14
- - pod lib lint --allow-warnings
+ - pod lib lint
15
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore iOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
16
- xcodebuild -workspace 'BMSCore.xcworkspace' -scheme 'BMSCore watchOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
17
- travis_retry xcodebuild -workspace 'BMSCore.xcworkspace' test -scheme 'BMSCore Tests' -destination 'platform=iOS Simulator,name=iPhone 6' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
0 commit comments