From 4ffdd077e3d11562a27a831d8788e017e164e244 Mon Sep 17 00:00:00 2001 From: Ralph-Wang Date: Fri, 24 Oct 2014 00:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20services=20=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lesson13/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lesson13/README.md b/lesson13/README.md index f5649fc..456c593 100644 --- a/lesson13/README.md +++ b/lesson13/README.md @@ -70,3 +70,15 @@ travis 接着会做的事情是: 对了,行覆盖率的那个 badge 是由一个叫 coveralls(https://coveralls.io/ ) 的服务提供的。大家可以试着自己接入。 +## 补充说明: + +如果你的应用有使用到数据库, 需要要在 `.travis.yml` 中添加一些内容. + +以 MongoDB 为例: + +```yml +services: + mongodb +``` + +其它数据库详细内容参考[travis 官方文档](http://docs.travis-ci.com/user/database-setup/)