Adjust `npm install` in travis / docker setup

This commit is contained in:
Julia Amosova 2019-12-03 22:21:41 +00:00
parent 8fb30e8f5b
commit defbcc456e
2 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,7 @@ matrix:
- name: "E2E tests"
env: RUN_E2E=1
script:
- npm install
- npm run build
- docker-compose up -d
- travis_retry bash tests/bin/run-e2e-CI.sh

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
npm install;
echo "Waiting for 5 minutes for the Docker container to start...";
sleep 300;
npm run test:e2e;