Skip to content

Commit

Permalink
travis.yml: reduce log file size
Browse files Browse the repository at this point in the history
Filter lines ending in % from brew fetch
so they don't appear in the console log,
since they take up lots of space.
  • Loading branch information
scpeters committed Oct 14, 2015
1 parent b0d3e91 commit f3cad8c
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 @@ -11,7 +11,7 @@ install:
script:
- brew audit `ls $(brew --repo)/Library/Taps/osrf/homebrew-simulation/*.rb | grep -v sofa.rb`
- brew style `ls $(brew --repo)/Library/Taps/osrf/homebrew-simulation/*.rb`
- brew fetch `ls $(brew --repo)/Library/Taps/osrf/homebrew-simulation/*.rb | grep -v sofa.rb`
- brew fetch `ls $(brew --repo)/Library/Taps/osrf/homebrew-simulation/*.rb | grep -v sofa.rb` | grep -v '%$'

matrix:
fast_finish: true

0 comments on commit f3cad8c

Please sign in to comment.