Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-11-12 11:53:49 +0300
committerChris Rebert <code@chrisrebert.com>2015-11-12 11:58:16 +0300
commitcfbf036e844c867d92749ca51432d9c162f9032e (patch)
treeff8d6d4727b64ddb730ef0810779f85e8096c783 /.travis.yml
parent7b19dfc06fc9c4f5d964c0e9a596843e9a4b4f33 (diff)
Exclude unnecessary old Node.js combos from Travis CI build matrix; fixes #18224
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
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: