Skip to content

Commit 5b94a4f

Browse files
authored
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
1 parent 9d76c0b commit 5b94a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: node_js
2-
sudo: false
2+
os: linux
33
node_js:
44
- "8"
55
- "10"
66
- "12"
77
- "13"
88
env:
99
- NPM_SCRIPT=test:browserless
10-
matrix:
10+
jobs:
1111
include:
1212
- name: "Browser tests: full build, Chrome & Firefox stable"
1313
node_js: "12"

0 commit comments

Comments
 (0)