Use gitlab:test for travis-ci

This commit is contained in:
Dmitriy Zaporozhets 2013-09-29 17:45:43 +03:00
parent 9da1928faa
commit 267e8c73f2
2 changed files with 1 additions and 9 deletions

View File

@ -15,7 +15,4 @@ services:
before_script:
- "cp config/database.yml.$DB config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml"
- "bundle exec rake db:setup RAILS_ENV=test"
- "bundle exec rake db:seed_fu RAILS_ENV=test"
- "sh -e /etc/init.d/xvfb start"
script: "bundle exec rake travis --trace"
script: "bundle exec rake gitlab:test --trace"

View File

@ -1,5 +0,0 @@
desc "Travis run tests"
task travis: [
:spinach,
:spec
]