Add stopping container and deleting volumes
This commit is contained in:
parent
c1b358929b
commit
25a8664456
|
@ -41,6 +41,8 @@ matrix:
|
||||||
- npm run build
|
- npm run build
|
||||||
- docker-compose up --build -d
|
- docker-compose up --build -d
|
||||||
- travis_retry bash tests/bin/run-e2e-CI.sh
|
- travis_retry bash tests/bin/run-e2e-CI.sh
|
||||||
|
after_script:
|
||||||
|
- docker-compose down -v
|
||||||
- name: "Unit tests code coverage"
|
- name: "Unit tests code coverage"
|
||||||
php: 7.3
|
php: 7.3
|
||||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||||
|
|
Loading…
Reference in New Issue