Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Sep 24, 2014
1 parent b68b02e commit af52eb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "0.11"
install:
- npm install
script:
- npm run-script coverage
script: "make test-travis"
after_script: "cat ./coverage/lcov.info | coveralls"

0 comments on commit af52eb7

Please sign in to comment.