UNPKG

104 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "4"
5 - "6"
6 - "8"
7
8before_script:
9 - npm install
10
11script: make test
12