travis should only build the master branch

This commit is contained in:
2016-05-12 16:59:14 -07:00
parent e9c3f5553d
commit 959f58ad8b

View File

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