Skip to content

Commit e5aa413

Browse files
chore(build): give build more time to complete on travis
1 parent 6a9b795 commit e5aa413

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
@@ -2,7 +2,7 @@ sudo: false
22
language: node_js
33
node_js: '8'
44
install:
5-
- npm ci
5+
- travis_wait npm ci
66
cache:
77
directories:
88
- '$HOME/.npm'

0 commit comments

Comments
 (0)