Commit 0eb8a0398197a4a586d83e4e18e7e070f547243f
1 parent
8f3b1d6e
Exists in
master
and in
4 other branches
add mysql service for travis-ci
see http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -9,6 +9,8 @@ branches: | @@ -9,6 +9,8 @@ branches: | ||
9 | - 'master' | 9 | - 'master' |
10 | rvm: | 10 | rvm: |
11 | - 1.9.3 | 11 | - 1.9.3 |
12 | +services: | ||
13 | + - mysql | ||
12 | before_script: | 14 | before_script: |
13 | - "cp config/database.yml.$DB config/database.yml" | 15 | - "cp config/database.yml.$DB config/database.yml" |
14 | - "cp config/gitlab.yml.example config/gitlab.yml" | 16 | - "cp config/gitlab.yml.example config/gitlab.yml" |