Only build master branch and PRs with Travis CI

This commit is contained in:
Björn Dahlgren 2017-04-01 11:40:46 +02:00
parent 95b28d158c
commit 59d53f2968

View File

@ -1,4 +1,7 @@
language: node_js
branches:
only:
- master
node_js:
- "7"
- "6"