build PRs and master/dev branches
This commit is contained in:
parent
e01bd6c1e3
commit
cea2fc6e73
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
language: node_js
|
||||
node_js: 5
|
||||
|
||||
# note that travis still builds PRs so that covers
|
||||
# other branches
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- development
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue