Browse Source

Add travis-ci files

production
Jack Foltz 5 years ago
parent
commit
fdf70ad72a
Signed by: foltik <jack@foltz.io> GPG Key ID: 303F88F996E95541
2 changed files with 31 additions and 0 deletions
  1. +10
    -0
      .travis.yml
  2. +21
    -0
      config/travisci.json

+ 10
- 0
.travis.yml View File

@@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.10"
services:
- mongodb
env:
global:
- NODE_ENV=travisci
before_script:
- npm install

+ 21
- 0
config/travisci.json View File

@@ -0,0 +1,21 @@
{
"Server": {
"port": 8080,
"hostname": "http://localhost:8080"
},
"Database": {
"host": "mongodb://localhost:27017/shimapan"
},
"Upload": {
"path": "uploads"
},
"Log": {
"httpLevel": "dev"
},
"User": {
"Password": {
"saltLength": 8,
"hashIterations": 1
}
}
}

Loading…
Cancel
Save