From c05785387c20cc30d84a7f6416ed8d84a68ccda4 Mon Sep 17 00:00:00 2001 From: apanizo Date: Thu, 9 Aug 2018 11:53:05 +0200 Subject: [PATCH] Adding tx history project in travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 45c1b198..c3a5ed5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: - |