From 0c304a576a777313e43401f5e3d5c3a04c42af04 Mon Sep 17 00:00:00 2001 From: weyusi Date: Mon, 15 Oct 2018 14:52:13 +1030 Subject: [PATCH] Only build master branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d243df5..2dc7c60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,7 @@ script: - npm install # install node modules - snyk auth $SNYK_TOKEN - snyk test # Check node modules for vulnerability + +branches: + only: + - master # Only build master branch