Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayahariv committed Nov 26, 2020
1 parent 757f097 commit 38b2006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,6 @@ before_install:
- brew install doxygen
- gem install slather
# Keep the xcodebuild quiet or else the job will exceed the maximum log length, and will terminate
script: travis_wait 20 xcodebuild test -project CouchbaseLite.xcodeproj -scheme "$SCHEME" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" -enableCodeCoverage YES -quiet
script: travis_wait 45 xcodebuild test -project CouchbaseLite.xcodeproj -scheme "$SCHEME" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 11" -enableCodeCoverage YES -quiet
after_success:
- test "$SCHEME" = "CBL_ObjC" && slather

0 comments on commit 38b2006

Please sign in to comment.