This commit is contained in:
Akko
2025-08-04 18:57:35 +02:00
parent 8cf6e78a79
commit 9495868c2e
5030 changed files with 518594 additions and 17609 deletions

17
node_modules/create-hash/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,17 @@
sudo: false
language: node_js
before_install:
- "npm install npm -g"
node_js:
- "4"
- "5"
- "6"
- "7"
env:
matrix:
- TEST_SUITE=unit
matrix:
include:
- node_js: "7"
env: TEST_SUITE=standard
script: npm run $TEST_SUITE