first commit

This commit is contained in:
编码猿
2024-09-27 01:01:17 +08:00
commit 14b8ae24fa
198 changed files with 22193 additions and 0 deletions

15
uebersicht-code/.travis.yml Executable file
View File

@@ -0,0 +1,15 @@
os: osx
language: node_js
# Add new versions to test here
node_js:
- 10
before_install:
- cd server
install:
- npm install
script:
- npm test