try using node 5 and 6 again

with an additional npm install call, because npm3
This commit is contained in:
2016-05-12 16:11:10 -07:00
parent 234b829adf
commit e9c3f5553d

View File

@@ -1,7 +1,10 @@
language: node_js language: node_js
node_js: node_js:
- "stable"
- "5"
- "4" - "4"
- "4.3" - "4.3"
notifications: notifications:
email: false email: false
before_script: npm install
after_success: npm run coverage after_success: npm run coverage