mirror of https://github.com/curbengh/hexo-yam
parent
bb6b23a084
commit
860aa722c5
|
@ -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
|
|
Loading…
Reference in New Issue