From 9735b73431445395725ae101189a74cf21d916e5 Mon Sep 17 00:00:00 2001 From: apanizo Date: Mon, 30 Apr 2018 14:09:38 +0200 Subject: [PATCH] WA-238 Running optmized improvements of safe contracts --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 729a21e1..29363b1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,11 @@ node_js: os: - linux before_script: - - yarn global add truffle@4.1.3 + - yarn global add truffle@4.1.5 - yarn global add surge - git clone https://github.com/gnosis/gnosis-safe-contracts.git - cd gnosis-safe-contracts + - git fetch && git checkout feature/optimize_personal_edition - truffle compile && cd .. after_success: - yarn build-storybook