1# need to declare the language as well as the matrix below2language: node_js
34os:
5 - windows
67node_js:
8 - 149 - 1210 - 1011 - 812 - 61314env: "DEPLOY_VERSION=testing"1516install:
17 - "node . install"1819script:
20 - "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"21