chore: update the travis rules

This commit is contained in:
2017-08-08 12:28:47 -07:00
parent 26715f9ba2
commit 170ba3b8a0

View File

@@ -4,11 +4,13 @@ node_js:
- "stable"
- "6"
cache:
directories:
- node_modules
notifications:
email: false
before_script: npm install
after_success: npm run coverage
branches: