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:
parent
a7905e148a
commit
2473bf3d7f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue