Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
[DO NOT MERGE] Travis debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Aug 23, 2016
1 parent 545e34d commit a7d185c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -11,11 +11,8 @@ env:
global:
secure: cqco7locH7wY0iSSQTyvSUHmCRNsxrXSPi65HgVHLKhAfNrto/SYKw68PokkVdTLaJlzcglOMFFZnwHcX0ubSgaWt4xiGd3Kx9aFQC/uHc8Nt7w56sG8DlUG1C+5rlsiayNwlqXNZuQizrDeqTYtiECDavIlcFdwk4JknlOMKUc=
script:
- scan -s Deferred
- scan -s MobileDeferred --devices "iPhone 5s (8.4)", "iPhone 6s (9.3)"
- scan -s TVDeferred
- carthage build --no-skip-current --configuration Debug
- pod lib lint --quick
- env NSUnbufferedIO=YES xcodebuild -scheme MobileDeferred -project ./Deferred.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 6' build test
- env NSUnbufferedIO=YES xcodebuild -scheme MobileDeferred -project ./Deferred.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.4' build test
after_success:
- "./Configurations/publish_docs.sh"
notifications:
Expand Down
11 changes: 11 additions & 0 deletions Deferred.xcodeproj/xcshareddata/xcschemes/MobileDeferred.xcscheme
Expand Up @@ -52,6 +52,17 @@
BlueprintName = "MobileDeferredTests"
ReferencedContainer = "container:Deferred.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "LockProtectedTests">
</Test>
<Test
Identifier = "ReadWriteLockTests">
</Test>
<Test
Identifier = "TaskCustomExecutorTests">
</Test>
</SkippedTests>
</TestableReference>
</Testables>
<MacroExpansion>
Expand Down

0 comments on commit a7d185c

Please sign in to comment.