Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Mar 3, 2017
1 parent d146291 commit a641e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
Expand All @@ -9,4 +10,4 @@ script:
- npm test

after_script:
- npm install coveralls@2 && cat ./coverage/lcov.info | coveralls
- npm install coveralls@2 && cat ./coverage/lcov.info | coveralls

0 comments on commit a641e35

Please sign in to comment.