add mysql service for travis-ci
see http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates
This commit is contained in:
parent
8f3b1d6ea4
commit
0eb8a03981
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ branches:
|
|||
- 'master'
|
||||
rvm:
|
||||
- 1.9.3
|
||||
services:
|
||||
- mysql
|
||||
before_script:
|
||||
- "cp config/database.yml.$DB config/database.yml"
|
||||
- "cp config/gitlab.yml.example config/gitlab.yml"
|
||||
|
|
Loading…
Reference in a new issue