Skip to content

Commit

Permalink
chore(travis): add wait timer for installation, remove redundant script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Nov 22, 2018
1 parent 0315e04 commit ad02e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -31,10 +31,9 @@ before_install:
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest' # skipped when using node 9

install:
- npm ci
- travis_wait npm ci
- npm install -g codecov
- npm install -g eslint
- travis_wait lerna bootstrap

jobs:
include:
Expand Down

0 comments on commit ad02e26

Please sign in to comment.