Skip to content

Commit

Permalink
Reduced verbosity of logging (Issue #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Aug 6, 2017
1 parent ca2f5b8 commit b1045cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ before_install:
# Used to allow pushing to CocoaPods only after all matrixed builds have succeeded
- npm install --save-dev travis-after-all

# Make log level less verbose. Temporarily undo if more info is needed
- sudo log config --mode "level:default" --subsystem com.abbey-code.UnzipKit

matrix:
include:
- script: travis_wait 20 xcodebuild -workspace UnzipKit.xcworkspace -scheme UnzipKit -sdk macosx -configuration Release test -only-testing:UnzipKitTests/ExtractFilesTests/testExtractZip64_LargeFile ENABLE_NS_ASSERTIONS=1
Expand Down

0 comments on commit b1045cc

Please sign in to comment.