Permalink
Please sign in to comment.
Browse files
Build: Drop support for building on Node.js 0.12
Node.js 0.12 is no longer supported by upstream. So far we had to keep a workaround that would skip running ESLint there (or even load its task) as it no longer supports Node.js <4; the same applied to Node smoke tests as jsdom has also dropped support for those old Node versions. Those workarounds have been removed now. Ref 030191a Closes gh-3478
- Loading branch information...
| @@ -1,7 +1,6 @@ | ||
| language: node_js | ||
| sudo: false | ||
| node_js: | ||
| -- "0.12" | ||
| - "4" | ||
| - "6" | ||
| - "7" |
39
Gruntfile.js
0 comments on commit
d10ac0e