UNPKG

177 BYAMLView Raw
1language: node_js
2node_js:
3 - "4"
4 - "6"
5 - "8"
6 - "10"
7 # From the nvm docs, "this installs the latest version of node".
8 - "node"
9
10script: npm run test-spec
11sudo: false