Commit 267e8c73f2533942b7d112f1b827131fd4bbad72

Authored by Dmitriy Zaporozhets
1 parent 9da1928f

Use gitlab:test for travis-ci

Showing 2 changed files with 1 additions and 9 deletions   Show diff stats
@@ -15,7 +15,4 @@ services: @@ -15,7 +15,4 @@ services:
15 before_script: 15 before_script:
16 - "cp config/database.yml.$DB config/database.yml" 16 - "cp config/database.yml.$DB config/database.yml"
17 - "cp config/gitlab.yml.example config/gitlab.yml" 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"
lib/tasks/travis.rake
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -desc "Travis run tests"  
2 -task travis: [  
3 - :spinach,  
4 - :spec  
5 -]