Skip to content

Commit

Permalink
Use --color flag when running tests on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Apr 28, 2013
1 parent 6520c49 commit c00e1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ rvm:
before_script:
- git submodule update --init --recursive

script: bundle exec rspec spec/
script: bundle exec rspec -c spec/

env: TRAVIS=1

0 comments on commit c00e1cd

Please sign in to comment.