Run travis on every branch

Greenkeeper's requirement
This commit is contained in:
weyusi 2018-09-27 16:59:59 +09:30
parent bb6b23a084
commit 860aa722c5
1 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,3 @@ script:
- npm install # install node modules - npm install # install node modules
- snyk auth $SNYK_TOKEN - snyk auth $SNYK_TOKEN
- snyk test # Check node modules for vulnerability - snyk test # Check node modules for vulnerability
branches:
only:
- master # this job will affect only the 'master' branch