Add node 5 to travis

master
Slobodan Stojanovic 2015-10-30 07:34:23 +01:00
parent b08facb7bd
commit a135d932a0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
language: node_js
node_js:
- "4"
- "5"
sudo: false
script: "make test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"