Adding tx history project in travis

This commit is contained in:
apanizo 2018-08-09 11:53:05 +02:00
parent a0c3dfbc74
commit c05785387c
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ before_install:
before_script:
# Used in the tests of the project
- export NODE_ENV=testing
- git clone https://github.com/gnosis/safe-transaction-history.git
- cd safe-transaction-history
- git checkout develop
- docker-compose build
- docker-compose up -d
- cd ..
after_success:
- |