mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
d29c394c1f
Node.js & io.js have merged, there will be no more major io.js releases.
Also, as of today io.js is officially unsupported (even if it still gets some
updates) while Node.js 4.0.0 (just released!) will be supported until 2018.
(cherry-picked from 250a1990ba
)
7 lines
63 B
YAML
7 lines
63 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- '0.10'
|
|
- '0.12'
|
|
- '4'
|