WA-238 Running optmized improvements of safe contracts

This commit is contained in:
apanizo 2018-04-30 14:09:38 +02:00
parent 0a646ad893
commit 9735b73431
1 changed files with 2 additions and 1 deletions

View File

@ -4,10 +4,11 @@ node_js:
os: os:
- linux - linux
before_script: before_script:
- yarn global add truffle@4.1.3 - yarn global add truffle@4.1.5
- yarn global add surge - yarn global add surge
- git clone https://github.com/gnosis/gnosis-safe-contracts.git - git clone https://github.com/gnosis/gnosis-safe-contracts.git
- cd gnosis-safe-contracts - cd gnosis-safe-contracts
- git fetch && git checkout feature/optimize_personal_edition
- truffle compile && cd .. - truffle compile && cd ..
after_success: after_success:
- yarn build-storybook - yarn build-storybook