deploy contracts for test

This commit is contained in:
poma 2019-07-19 09:12:08 +03:00
parent dbbd97f98b
commit 6443ed8a08
No known key found for this signature in database
GPG Key ID: 530BBEE4AE8C3604
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ install:
- cp .env.example .env
- travis_wait 30 npm run build:circuit
- npm run build:contract
- npx ganache-cli &
- npm run migrate:dev
script:
- npm run test
- npm run eslint