mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
1e60327e31
This reverts commit 498fd24f38
.
Node 0.10 has updated its npm to v2 so most issues with it should be resolved
now.
9 lines
75 B
YAML
9 lines
75 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "5"
|
|
- "6"
|