mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
d10ac0e532
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 030191ae32
Closes gh-3478
7 lines
57 B
YAML
7 lines
57 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "4"
|
|
- "6"
|
|
- "7"
|