]> source.dussan.org Git - jquery.git/commit
Build: Drop support for building on Node.js 0.12 3478/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Fri, 30 Dec 2016 11:17:00 +0000 (12:17 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 30 Dec 2016 12:54:59 +0000 (13:54 +0100)
commitd10ac0e532a9376106c50f0c21a0d0fd0483b700
treedfdf6a02d2ceb0e4e444692b3453b68bea06ede9
parentbd9145fa15d91ab6c804161ecd892d4d08b71aa2
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 030191ae32dfcb7ecb2efb61d17a4964a3633e44
Closes gh-3478
.travis.yml
Gruntfile.js