Skip to content

Commit

Permalink
Made travis-ci builds fail when unit-tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed May 30, 2014
1 parent b916814 commit 773c588
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -2,11 +2,10 @@ language: ruby
bundler_args: --without debugger
rvm:
- 1.9.3
script:
script:
- rake quanty
- bundle exec ruby test/suite.rb 2>&1 | tee suite.log
- bundle exec ruby test/suite.rb
- rake docs
- grep assertions, suite.log
notifications:
email:
recipients:
Expand Down

0 comments on commit 773c588

Please sign in to comment.