Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
chore(Travis): Configure firefox for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioeduardob committed Oct 23, 2015
1 parent a44dec0 commit cfd0e20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ script:
- cd spec/dummy && RAILS_ENV=test bundle exec rake db:create db:migrate
- cd ../.. && bundle exec rspec spec

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

addons:
firefox: "31.0esr"

0 comments on commit cfd0e20

Please sign in to comment.