mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Build: Test on Node 10, stop testing on Node 4 & 9
Node.js 4 & 9 are ending their life, Node.js 10 has just been released. Closes gh-4057
This commit is contained in:
committed by
GitHub
parent
9a5b3b6ed0
commit
7646836577
@@ -1,10 +1,9 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "9"
|
||||
- "10"
|
||||
addons:
|
||||
chrome: stable
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user