UNPKG

262 BYAMLView Raw
1# need to declare the language as well as the matrix below
2language: node_js
3
4os:
5 - windows
6
7node_js:
8 - 12
9 - 10
10 - 8
11 - 6
12
13env: "DEPLOY_VERSION=testing"
14
15install:
16 - "node . install"
17
18script:
19 - "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"