UNPKG

123 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "stable"
5 - "6.9.2"
6 - "4.0.0"
7 - "0.12"
8
9install:
10 - npm install
11
12script:
13 - npm test
\No newline at end of file