Skip to content

Commit

Permalink
Switched from travis_wait to -quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed Oct 6, 2017
1 parent 016f5d3 commit 18e79fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- stage: Test
env: Name=Mac
# The CLANG arguments and find command fail the build on analyzer errors
script: travis_wait 30 xcodebuild -workspace UnrarKit.xcworkspace -scheme UnrarKit -sdk macosx -configuration Release analyze test CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer-output && [[ -z `find analyzer-output -name "*.html"` ]]
script: xcodebuild -workspace UnrarKit.xcworkspace -scheme UnrarKit -sdk macosx -configuration Release -quiet analyze test CLANG_ANALYZER_OUTPUT=html CLANG_ANALYZER_OUTPUT_DIR=analyzer-output && [[ -z `find analyzer-output -name "*.html"` ]]

- stage: Test
env: Name=iOS
Expand Down

0 comments on commit 18e79fd

Please sign in to comment.