UNPKG

160 BYAMLView Raw
1sudo: false
2
3language: node_js
4
5node_js:
6 - "node"
7 - "8"
8
9script:
10 - npm run test:ci
11
12notifications:
13 email:
14 on_success: change
15 on_failure: always