TravisCI: bundle all gems. Use poltergeist/phantomjs

This commit is contained in:
Luke Barratt 2014-10-11 08:44:02 +01:00
parent 226ffcf8cb
commit ffb7793e88
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
language: ruby
cache: bundler
install: bundle install --without development --deployment --jobs=3 --retry=3
install: bundle install --jobs=3 --retry=3
cache:
directories:
- vendor/bundle

View file

@ -34,7 +34,7 @@ RSpec.configure do |config|
config.before(:each) do
if example.metadata[:type] == :feature
Capybara.current_driver = :selenium
Capybara.current_driver = :poltergeist
else
Capybara.use_default_driver
end