]> source.dussan.org Git - jquery.git/commitdiff
Build: Resolve Travis config warnings
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 13 Mar 2020 16:16:07 +0000 (17:16 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Fri, 13 Mar 2020 16:19:02 +0000 (17:19 +0100)
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

(cherry picked from commit 5b94a4f847fe2328b1b8f2340b11b6031f95d2d1)

.travis.yml

index 7c7f30f5ce54bc0704043486e68c6110544d890e..9d885698c10d84a05c6671168227ea269cec24ff 100644 (file)
@@ -1,5 +1,5 @@
 language: node_js
-sudo: false
+os: linux
 node_js:
 - "8"
 - "10"
@@ -7,7 +7,7 @@ node_js:
 - "13"
 env:
   - NPM_SCRIPT=test:browserless
-matrix:
+jobs:
   include:
     - name: "Browser tests: full build, Chrome & Firefox stable"
       node_js: "12"