UNPKG

250 BYAMLView Raw
1language: node_js
2node_js:
3 - "6"
4 - "10"
5script:
6 - npm link
7 - npm link datafire
8 - npm run build
9 - mocha ./src/test --recursive
10notifications:
11 email:
12 recipients:
13 - bobby@datafire.io
14 on_success: change
15 on_failure: always
16