Add stopping container and deleting volumes

This commit is contained in:
Julia Amosova 2019-12-15 17:11:46 +00:00
parent c1b358929b
commit 25a8664456
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ matrix:
- npm run build
- docker-compose up --build -d
- travis_retry bash tests/bin/run-e2e-CI.sh
after_script:
- docker-compose down -v
- name: "Unit tests code coverage"
php: 7.3
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1