Files
protocol/circle.yml
2017-06-27 11:32:06 -07:00

15 lines
352 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 cd04d7c; npm install && npm run migrate
- npm run test:coverage
- npm run report_test_coverage
- npm run test:umd
- npm run lint