Skip to content

Commit

Permalink
travis: hide successes when running the tests for less verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed May 15, 2016
1 parent cb983c8 commit 023f55a
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 @@ -92,7 +92,7 @@ install:
- ls -l $(find bin -type f)

script:
- time dist/build/conjure-testing/conjure-testing --select-tests quick +RTS -s
- time dist/build/conjure-testing/conjure-testing --select-tests quick --hide-successes +RTS -s
- cabal sdist # tests that a source-distribution can be generated

after_success:
Expand Down

0 comments on commit 023f55a

Please sign in to comment.