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

@ -10,8 +10,4 @@ script:
- npm install -g snyk hexo-cli - npm install -g snyk hexo-cli
- 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