1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-13 00:26:55 -05:00

Add travis-ci files

This commit is contained in:
Jack Foltz 2018-08-13 06:32:09 -04:00
parent e5c89eebb5
commit fdf70ad72a
Signed by: foltik
GPG Key ID: 303F88F996E95541
2 changed files with 31 additions and 0 deletions

10
.travis.yml Normal file
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
config/travisci.json Normal file
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
}
}
}