Automated testing!
This commit is contained in:
Kieran Sedgwick 2014-06-16 11:42:02 -04:00
Родитель b7ed1395b0
Коммит dd209c210f
1 изменённых файлов: 8 добавлений и 0 удалений

8
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,8 @@
---
before_script:
- "npm install -g grunt-cli"
env:
- "PORT=3000 NODE_ENV=\"development\" ENABLE_GELF_LOGS=false SESSION_SECRET="secret value" FORCE_SSL=false"
language: node_js
node_js:
- "0.10"