Skip to content

Commit

Permalink
travis.yml: add debugging console commands
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Aug 18, 2015
1 parent fadfc6c commit b1ce329
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
sudo: required
language: node_js
node_js:
- "0.10"

after_script:
- if [[ `node --version` == *v0.10* ]]; then cat ./coverage/
- if [[ `node --version` == *v0.10* ]]; then ls
- if [[ `node --version` == *v0.10* ]]; then cat ./coverage/lcov-report/
- if [[ `node --version` == *v0.10* ]]; then ls
- if [[ `node --version` == *v0.10* ]]; then cat ./coverage/lcov-report/lcov.info | ./node_modules/coveralls/bin/coveralls.js; fi

env:
Expand Down

0 comments on commit b1ce329

Please sign in to comment.