13 lines
302 B
YAML
13 lines
302 B
YAML
machine:
|
|
node:
|
|
version: 6.1.0
|
|
|
|
test:
|
|
override:
|
|
- node node_modules/ethereumjs-testrpc/bin/testrpc:
|
|
background: true
|
|
- git clone git@github.com:0xProject/contracts.git ../contracts
|
|
- cd ../contracts; npm run migrate
|
|
- npm run update_contracts
|
|
- npm run test:coverage
|