This commit is contained in:
arnaucode
2017-02-03 08:56:51 +01:00
parent c4b7414770
commit 112745d6fa
1585 changed files with 450241 additions and 0 deletions

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

@@ -0,0 +1,15 @@
language: node_js
sudo: false
node_js:
- "5"
- "4"
- "0.12"
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"