first commit

This commit is contained in:
=
2017-03-24 15:30:44 -03:00
commit ef9816cb82
427 changed files with 74976 additions and 0 deletions

20
server/node_modules/iconv-lite/.travis.yml generated vendored Executable file
View File

@@ -0,0 +1,20 @@
sudo: false
env:
- CXX=g++-4.8
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "iojs"
- "4.0"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
before_install:
- "test $TRAVIS_NODE_VERSION != '0.8' || npm install -g npm@1.2.8000"