mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
5b4cb0d337
Node.js 0.10 loses upstream support today (see https://github.com/nodejs/LTS/) so let's stop testing against it as well.
8 lines
66 B
YAML
8 lines
66 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|
|
- "7"
|