summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-15 08:51:43 -0500
committergitlabhq <m@gitlabhq.com>2011-11-15 08:51:43 -0500
commit3538ae85003ead7cd2d425b74426dac2accaa72a (patch)
tree93a8f7fe6add4c00f9941572a702462a28765107 /.travis.yml
parent37346ead30e6f6c610643bb9a8dfa09a567b02a0 (diff)
downloadgitlab-ce-3538ae85003ead7cd2d425b74426dac2accaa72a.tar.gz
travis conf
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 474ca17c31f..62a5dac6dfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ branches:
- 'master'
rvm: 1.9.2
before_script:
+ - "bundle exec rake db:create RAILS_ENV=test"
+ - "bundle exec rake db:migrate RAILS_ENV=test"
- "bundle exec rake db:seed_fu RAILS_ENV=test"
- "sh -e /etc/init.d/xvfb start"
script: "bundle exec rake travis"