Initial Commit

This commit is contained in:
2018-05-19 02:20:19 +02:00
commit 8621248968
6554 changed files with 1121559 additions and 0 deletions

22
ProjectNow/NodeServer/node_modules/ps-tree/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,22 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.4"
- "6.2"
os:
- linux
- centos
- macosx
before_install:
- travis_retry npm install -g npm@2.14.2
- travis_retry npm install
script:
- npm test
matrix:
allow_failures:
- node_js: "0.10"
- node_js: "0.12"