blob: 448524aa15b24b79e966e8344849a5e9eefab2cd (
plain) (
tree)
|
|
machine:
node:
version: 6.1.0
test:
override:
- node node_modules/ethereumjs-testrpc/bin/testrpc -m "concert load couple harbor equip island argue ramp clarify fence smart topic":
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
|