initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

29
node_modules/ws/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,29 @@
language: node_js
sudo: false
npm_args: --ws:native
node_js:
- "4"
- "3"
- "2"
- "1"
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "0.8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
before_install:
- export CC="gcc-4.9" CXX="g++-4.9"
- "if [[ $(node --version) == v0.8.* ]]; then npm install -g npm@2.1.18; fi"
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: "0.9"
- node_js: "0.8"