Awaiting in travis

This commit is contained in:
apanizo 2018-08-09 13:32:43 +02:00
parent f3a9ffbb5d
commit b4664d8b35
1 changed files with 2 additions and 0 deletions

View File

@ -29,10 +29,12 @@ before_script:
- git clone https://github.com/gnosis/safe-transaction-history.git - git clone https://github.com/gnosis/safe-transaction-history.git
- cd safe-transaction-history - cd safe-transaction-history
- git checkout develop - git checkout develop
- git log
- docker-compose --version - docker-compose --version
- docker-compose build - docker-compose build
- docker ps - docker ps
- docker-compose up -d - docker-compose up -d
- sleep 15
- cd .. - cd ..
after_success: after_success:
- cd safe-transaction-history - cd safe-transaction-history