Stopping docker when finished

This commit is contained in:
apanizo 2018-08-09 12:37:16 +02:00
parent 10ceeca29a
commit d4ad4a95f1
1 changed files with 4 additions and 1 deletions

View File

@ -26,9 +26,12 @@ before_script:
- git checkout develop
- docker-compose --version
- docker-compose build
- docker-compose up -d
- docker-compose start
- cd ..
after_success:
- cd safe-transaction-history
- docker-compose stop
- cd ..
- |
if [ ${TRAVIS_BRANCH} = "master" ]; then