Merge pull request #53 from Dahlgren/bugfix/travis-branches

Only build master branch and PRs with Travis CI
This commit is contained in:
Björn Dahlgren 2017-04-01 11:46:58 +02:00 committed by GitHub
commit 8bb65aedcd

View File

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