Files
protocol/circle.yml
2017-05-29 22:09:20 +02:00

15 lines
348 B
YAML

machine:
node:
version: 6.1.0
test:
override:
- npm run testrpc:
background: true
- git clone git@github.com:0xProject/contracts.git ../contracts
- cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate
- npm run update_contracts
- npm run test:coverage
- npm run test:umd
- npm run lint