travis should only build the master branch
This commit is contained in:
@@ -1,10 +1,18 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "stable"
|
- "stable"
|
||||||
- "5"
|
- "5"
|
||||||
- "4"
|
- "4"
|
||||||
- "4.3"
|
- "4.3"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
before_script: npm install
|
before_script: npm install
|
||||||
|
|
||||||
after_success: npm run coverage
|
after_success: npm run coverage
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
Reference in New Issue
Block a user