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
node_js:
- "stable"
- "6"
- "stable"
- "8"
- "6"
cache:
directories:
- node_modules
notifications:
email: false
email:
on_success: never
on_failure: change
after_success: npm run coverage