Этот коммит содержится в:
=Corey Hulen
2015-06-25 16:42:40 -04:00
родитель e5586142a5
Коммит bc88328aeb
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@@ -13,3 +13,7 @@ before_script:
services: services:
- redis-server - redis-server
addons:
hosts:
- 127.0.0.1 dockerhost

Просмотреть файл

@@ -26,6 +26,7 @@ travis:
@mkdir -p logs @mkdir -p logs
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=180s ./api || exit 1
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1 @go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
build: build:

Просмотреть файл

@@ -1,7 +1,7 @@
{ {
"LogSettings": { "LogSettings": {
"ConsoleEnable": true, "ConsoleEnable": true,
"ConsoleLevel": "INFO", "ConsoleLevel": "DEBUG",
"FileEnable": true, "FileEnable": true,
"FileLevel": "INFO", "FileLevel": "INFO",
"FileFormat": "", "FileFormat": "",