Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b94a4f

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 jobsThey are all now resolved.Closesgh-4636
1 parent9d76c0b commit5b94a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.travis.yml

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp