Commit 267e8c73f2533942b7d112f1b827131fd4bbad72
1 parent
9da1928f
Exists in
master
and in
4 other branches
Use gitlab:test for travis-ci
Showing
2 changed files
with
1 additions
and
9 deletions
Show diff stats
.travis.yml
... | ... | @@ -15,7 +15,4 @@ services: |
15 | 15 | before_script: |
16 | 16 | - "cp config/database.yml.$DB config/database.yml" |
17 | 17 | - "cp config/gitlab.yml.example config/gitlab.yml" |
18 | - - "bundle exec rake db:setup RAILS_ENV=test" | |
19 | - - "bundle exec rake db:seed_fu RAILS_ENV=test" | |
20 | - - "sh -e /etc/init.d/xvfb start" | |
21 | -script: "bundle exec rake travis --trace" | |
18 | +script: "bundle exec rake gitlab:test --trace" | ... | ... |