mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
73bf35ecf3
Node.js 5's upstream support ends in about a month, there is not much point in testing it when we're releasing a new major version of jQuery
8 lines
69 B
YAML
8 lines
69 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|