Skip to content

Commit ad02e26

Browse files
committed
chore(travis): add wait timer for installation, remove redundant script
1 parent 0315e04 commit ad02e26

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ before_install:
3131
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9
3232

3333
install:
34-
- npm ci
34+
- travis_wait npm ci
3535
- npm install -g codecov
3636
- npm install -g eslint
37-
- travis_wait lerna bootstrap
3837

3938
jobs:
4039
include:

0 commit comments

Comments
 (0)