[Pkg-javascript-commits] [less.js] 279/285: allow failures of node with 0.11

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:24:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit 80f2ace1430fe9a063c8bcf131641da032673585
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sun Nov 9 08:52:00 2014 +0000

    allow failures of node with 0.11
---
 appveyor.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index 9a65c93..87c3537 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,11 @@ environment:
     - nodejs_version: "0.10"
     - nodejs_version: "0.11"
 
+# Allow failing jobs for bleeding-edge Node.js versions.
+matrix:
+  allow_failures:
+    - nodejs_version: "0.11"
+
 # Install scripts. (runs after repo cloning)
 install:
   # Get the latest stable version of Node 0.STABLE.latest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list