UNPKG

167 BYAMLView Raw
1language: node_js
2before_install:
3 - "npm install npm -g"
4node_js:
5 - "stable"
6 - "6"
7 - "8"
8 - "10"
9env:
10 - TEST_SUITE=test
11script: "npm run-script $TEST_SUITE"
\No newline at end of file