Commit 8189082e4c48d2181158dcba1791e0cf6dd6ef1c
1 parent
6745a5e5
Exists in
master
and in
4 other branches
fix ci run
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
.travis.yml
... | ... | @@ -16,6 +16,5 @@ before_script: |
16 | 16 | - "bundle exec rake db:create RAILS_ENV=test" |
17 | 17 | - "bundle exec rake db:migrate RAILS_ENV=test" |
18 | 18 | - "bundle exec rake db:seed_fu RAILS_ENV=test" |
19 | - - "export DISPLAY=:99.0" | |
20 | 19 | - "sh -e /etc/init.d/xvfb start" |
21 | -script: "bundle exec rake gitlab:test" | |
20 | +script: "bundle exec rake travis" | ... | ... |
lib/tasks/travis.rake