UNPKG

204 BYAMLView Raw
1sudo: false
2
3language: node_js
4
5node_js:
6 - '0.10'
7 - '0.12'
8
9before_script:
10 - npm run pretest
11
12script:
13 - npm run test-verbose
14
15notifications:
16 email:
17 on_success: change
18 on_failure: always