First version

This commit is contained in:
Senad Uka
2023-07-05 11:02:15 +02:00
parent f21c24b599
commit 8eabf79994
4052 changed files with 723968 additions and 232443 deletions

17
CTOAsYouGo/node_modules/detective/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,17 @@
language: node_js
node_js:
- "11"
- "10"
- "9"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
sudo: false
before_install:
- 'nvm install-latest-npm'
matrix:
fast_finish: true