Skip to content

Commit

Permalink
use xcodebuild instead of xctool for test
Browse files Browse the repository at this point in the history
due to keychain bug: facebookarchive/xctool#454
  • Loading branch information
huminzhi committed May 18, 2016
1 parent 2761005 commit 95e5b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ script:
- set -o pipefail && xcodebuild -workspace SalesforceMobileSDK.xcworkspace -scheme AccountEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty --simple --color | grep -v 'Compiling'
- set -o pipefail && xcodebuild -workspace SalesforceMobileSDK.xcworkspace -scheme NoteSync CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty --simple --color | grep -v 'Compiling'
- set -o pipefail && xcodebuild -workspace SalesforceMobileSDK.xcworkspace -scheme SmartSyncExplorerHybrid CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty --simple --color | grep -v 'Compiling'
# run tests that don't need a host app
- travis_wait 20 set -o pipefail && xctool -workspace SalesforceMobileSDK.xcworkspace -scheme Everything test -parallelize -sdk $SDK -destination "platform=iOS Simulator,name=$NAME,OS=$OS" | grep -v 'write-file' | grep -v 'DEBUG'
# run all tests
- travis_wait 20 set -o pipefail && xcodebuild -workspace SalesforceMobileSDK.xcworkspace -scheme Everything test -sdk $SDK -destination "platform=iOS Simulator,name=$NAME,OS=$OS" | grep -v 'write-file' | grep -v 'DEBUG'

0 comments on commit 95e5b2d

Please sign in to comment.