chore: tweak travis config

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

View File

@@ -2,6 +2,7 @@ language: node_js
node_js: node_js:
- "stable" - "stable"
- "8"
- "6" - "6"
cache: cache:
@@ -9,7 +10,9 @@ cache:
- 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