nifty-wallet/circle.yml

12 lines
205 B
YAML
Raw Normal View History

2016-06-21 14:18:38 -07:00
machine:
node:
2017-07-12 15:09:01 -07:00
version: 8.1.4
dependencies:
pre:
- "npm i -g testem"
2016-08-25 15:18:16 -07:00
- "npm i -g mocha"
test:
override:
- "npm run lint"
- "npm run test-coverage"
- "npm run test-integration"