Only build master branch

This commit is contained in:
weyusi 2018-10-15 14:52:13 +10:30
parent f9ec3fae73
commit 0c304a576a
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ 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 # Only build master branch