diff options
| author | Chris Rebert <[email protected]> | 2015-11-12 00:53:49 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-12 00:58:16 -0800 |
| commit | cfbf036e844c867d92749ca51432d9c162f9032e (patch) | |
| tree | ff8d6d4727b64ddb730ef0810779f85e8096c783 | |
| parent | 7b19dfc06fc9c4f5d964c0e9a596843e9a4b4f33 (diff) | |
| download | bootstrap-cfbf036e844c867d92749ca51432d9c162f9032e.tar.xz bootstrap-cfbf036e844c867d92749ca51432d9c162f9032e.zip | |
Exclude unnecessary old Node.js combos from Travis CI build matrix; fixes #18224
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6e5b05ba3..706eb412b 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: |
