diff --git a/.travis.yml b/.travis.yml index fc06c5e963..06227ae5c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ env: - TEST_LOCALE=eng before_install: test/ci/before_install before_script: test/ci/before_script -script: xvfb-run -a bundle exec rake test:run_all DRIVER=capybara_webkit LOCALE=$TEST_LOCALE +script: xvfb-run -a bundle exec rake test:run_all DRIVER=webkit LOCALE=$TEST_LOCALE # script: bundle exec rake test:core services: - redis-server \ No newline at end of file