Commit 267e8c73 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use gitlab:test for travis-ci

parent 9da1928f
......@@ -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"
desc "Travis run tests"
task travis: [
:spinach,
:spec
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment