diff --git a/.travis.yml b/.travis.yml index 3154ea91fed..3b264afcd9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ node_js: - "11" before_script: + - rm -rf node_modules + - npm install - lerna clean --yes - lerna bootstrap --no-ci @@ -17,4 +19,4 @@ script: - npm run lint - npm run build - npm run build:docs - - npm run test:prod \ No newline at end of file + - npm run test:prod