Skip to content

Commit

Permalink
chore($travis): put back verbose mode for node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jul 15, 2013
1 parent af948b5 commit abfd8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -3,7 +3,7 @@
if [ $TRAVIS ]
then
echo " Node Tests\n"
istanbul --hook-run-in-context cover bin/spectacular test -- specs/**/*.coffee
istanbul --hook-run-in-context cover bin/spectacular -- test --verbose specs/**/*.coffee
node_result=$?

echo " Send coverage to coveralls.io\n"
Expand Down

0 comments on commit abfd8f2

Please sign in to comment.