chore: tweak travis config

This commit is contained in:
2018-03-28 14:44:22 -07:00
parent bef3104755
commit efbda1b1f5

View File

@@ -1,15 +1,18 @@
language: node_js language: node_js
node_js: node_js:
- "stable" - "stable"
- "6" - "8"
- "6"
cache: cache:
directories: directories:
- node_modules - node_modules
notifications: notifications:
email: false email:
on_success: never
on_failure: change
after_success: npm run coverage after_success: npm run coverage