Skip to content

Commit 3d89ae4

Browse files
committed
try extending timeout on npm ci to fix ci tests
1 parent 5e31113 commit 3d89ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- xvfb
77
node_js:
88
- '14.21.1'
9-
9+
install: travis_wait 20 npm ci
1010
script:
1111
- $CI_ACTION
1212

0 commit comments

Comments
 (0)