Remove .dockerignore and .travis.yml

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC
2016-04-28 22:21:37 +02:00
parent daf9f39a11
commit dcd45d8bda
2 changed files with 0 additions and 23 deletions
-3
View File
@@ -1,3 +0,0 @@
.git
node_modules
test
-20
View File
@@ -1,20 +0,0 @@
language: node_js
node_js:
- "4.0"
services:
- mongodb
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
before_script:
- npm install -g gulp
script: gulp test