UNPKG

212 BYAMLView Raw
1language: node_js
2node_js:
3 - "4.4"
4 - "6.2"
5 - "node"
6sudo: false
7install: (cd nodejs && npm install)
8script:
9 - (cd nodejs && npm test)
10notifications:
11 email:
12 on_success: change
13 on_failure: change