Commit 0eb8a0398197a4a586d83e4e18e7e070f547243f

Authored by Nihad Abbasov
1 parent 8f3b1d6e

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 9 - 'master'
10 10 rvm:
11 11 - 1.9.3
  12 +services:
  13 + - mysql
12 14 before_script:
13 15 - "cp config/database.yml.$DB config/database.yml"
14 16 - "cp config/gitlab.yml.example config/gitlab.yml"
... ...