From cfbf036e844c867d92749ca51432d9c162f9032e Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@chrisrebert.com>
Date: Thu, 12 Nov 2015 00:53:49 -0800
Subject: [PATCH] Exclude unnecessary old Node.js combos from Travis CI build
 matrix; fixes #18224

---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6e5b05ba36..706eb412bb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,11 @@ env:
     - TWBS_TEST=sauce-js-unit
 matrix:
   fast_finish: true
+  exclude:
+    - node_js: "4"
+      env: TWBS_TEST=validate-html
+    - node_js: "4"
+      env: TWBS_TEST=sauce-js-unit
 notifications:
   slack: heybb:iz4wwosL0N0EdaX1gvgkU0NH
   webhooks:
-- 
GitLab