D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
node_modules
/
pm2
/
node_modules
/
fclone
/
Filename :
.travis.yml
back
Copy
language: node_js branches: only: - master node_js: - "0.10" - "4" - "6" install: - npm install - npm run build matrix: fast_finish: true allow_failures: - node_js: 0.10 # container-base sudo: false