Disable coverage/warnings output when passing in dev

This commit is contained in:
Benjamin Fleischer
2015-09-17 22:32:53 -05:00
parent ab1e2af349
commit 076cf64ff3
3 changed files with 42 additions and 25 deletions

View File

@@ -18,7 +18,7 @@ install:
- bundle install --retry=3
script:
- bundle exec rake
- env CAPTURE_STDERR=false bundle exec rake
- bundle exec rake rubocop
env: