From 84e32423c5ac451fddc8350aa2fa0ece98bcdf90 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Wed, 4 Jan 2017 12:38:18 +0000 Subject: [PATCH] #1372 appveyor build only master,development and a built test branch in case needed (#1381) --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 87b0af2f17..ef6eab1287 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,9 @@ # Test against this version of Node.js +branches: + only: + - master + - development + - dev-build-test environment: nodejs_version: "5"