D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
alt-nodejs12
/
root
/
lib
/
node_modules
/
npm
/
Filename :
.travis.yml
back
Copy
# need to declare the language as well as the matrix below language: node_js os: - windows node_js: - 14 - 12 - 10 - 8 - 6 env: "DEPLOY_VERSION=testing" install: - "node . install" script: - "node . run tap -- \"test/tap/*.js\" -t600 -Rclassic -c"