Skip to content

Commit

Permalink
Activate debug mode for Thought
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Mar 14, 2017
1 parent 69a4134 commit dcf145d
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 @@ -8,7 +8,7 @@ before_script:
script:
- npm install istanbul thought
- istanbul cover ./node_modules/.bin/_mocha --report lcovonly
- thought up-to-date
- thought -d up-to-date
after_script:
- npm install coveralls
- cat ./coverage/lcov.info | coveralls

0 comments on commit dcf145d

Please sign in to comment.