mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Build: Resolve Travis config warnings
Travis reports warnings in our config: * root: deprecated key sudo (The key `sudo` has no effect anymore.) * root: missing os, using the default linux * root: key matrix is an alias for jobs, using jobs They are all now resolved. Closes gh-4636
This commit is contained in:
parent
9d76c0b163
commit
5b94a4f847
@ -1,5 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
sudo: false
|
os: linux
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
- "10"
|
- "10"
|
||||||
@ -7,7 +7,7 @@ node_js:
|
|||||||
- "13"
|
- "13"
|
||||||
env:
|
env:
|
||||||
- NPM_SCRIPT=test:browserless
|
- NPM_SCRIPT=test:browserless
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Browser tests: full build, Chrome & Firefox stable"
|
- name: "Browser tests: full build, Chrome & Firefox stable"
|
||||||
node_js: "12"
|
node_js: "12"
|
||||||
|
Loading…
Reference in New Issue
Block a user