diff --git a/.travis.yml b/.travis.yml index 36309ff..51d6c69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,4 @@ script: - npm install -g snyk hexo-cli - npm install # install node modules - snyk auth $SNYK_TOKEN - - snyk test # Check node modules for vulnerability - -branches: - only: - - master # this job will affect only the 'master' branch \ No newline at end of file + - snyk test # Check node modules for vulnerability \ No newline at end of file