From d8e2bc59641fb986f7223bfc5196dfd51a7dae42 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 13 Jul 2016 14:03:13 +0100 Subject: [PATCH] branch limit appveyor --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 880b94401e..adc7eaaf1f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,8 @@ # Test against this version of Node.js +branches: + only: + - master + environment: nodejs_version: "5"