Skip to content

Commit

Permalink
Use xvfb to run capybara-webkit on Travis, since we don't have an X s…
Browse files Browse the repository at this point in the history
…ession. [#54]
  • Loading branch information
marnen committed Aug 9, 2013
1 parent 732d4d4 commit 7bcfd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/ci.rake
Expand Up @@ -11,5 +11,5 @@ end
desc 'Run CI tests (intended for Travis)'
task ci: 'db:setup_with_postgis' do
sh 'bundle exec rspec -O .rspec.travis'
sh 'bundle exec cucumber'
sh 'xvfb-run bundle exec cucumber'
end

0 comments on commit 7bcfd18

Please sign in to comment.