Skip to content

Commit

Permalink
Use phantomjs on Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Nov 14, 2016
1 parent 58d0fe8 commit e10e116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ before_install:
before_script:
- npm install
- mv etc/config.yml.ci etc/config.yml
- export BROWSER=phantomjs

script: bundle exec rake test

Expand Down
2 changes: 1 addition & 1 deletion test/support/browser.rb
Expand Up @@ -13,7 +13,7 @@ def initialize
else
@browser = setup_chromium
end
puts "For environment BROWSER (#{ ENV['BROWSER']}) we did set up the #{@browser.driver.class}"
puts "For environment BROWSER (#{ ENV['BROWSER']}) we use #{@browser.driver.browser}"
super @browser
end

Expand Down

0 comments on commit e10e116

Please sign in to comment.