Skip to content

Commit

Permalink
remove debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
legomushroom committed Aug 18, 2015
1 parent 126b4b1 commit a3fa866
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ node_js:
- "0.10"

after_script:
- if [[ `node --version` == *v0.10* ]]; then ls; fi
- if [[ `node --version` == *v0.10* ]]; then cd ./coverage/; fi
- if [[ `node --version` == *v0.10* ]]; then ls; fi
- if [[ `node --version` == *v0.10* ]]; then cd ./lcov-report/; fi
- if [[ `node --version` == *v0.10* ]]; then ls; fi
- if [[ `node --version` == *v0.10* ]]; then cat lcov.info; fi
- if [[ `node --version` == *v0.10* ]]; then cd ../../; fi
- 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 a3fa866

Please sign in to comment.