From 860aa722c535ca8c56e949452aac355538e93898 Mon Sep 17 00:00:00 2001 From: weyusi Date: Thu, 27 Sep 2018 16:59:59 +0930 Subject: [PATCH] Run travis on every branch Greenkeeper's requirement --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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