Remove command to install jest from Travis

We don't need jest installed globally in the Travis build job that runs
the E2E as they are executed inside a Docker container.
This commit is contained in:
Rodrigo Primo 2020-10-17 12:29:48 -03:00
parent a7905e148a
commit 2473bf3d7f
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
- composer install
script:
- npm run build:assets
- npm install jest --global
- npm run docker:up
- npm run test:e2e
after_script: