We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f077 commit 26fa70fCopy full SHA for 26fa70f
.travis.yml
@@ -1,6 +1,11 @@
1
language: ruby
2
cache: bundler
3
sudo: false
4
+before_install:
5
+ - wget https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz
6
+ - mkdir geckodriver
7
+ - tar -xzf geckodriver-v0.19.1-linux64.tar.gz -C geckodriver
8
+ - export PATH=$PATH:$PWD/geckodriver
9
before_script:
10
- sh -e /etc/init.d/xvfb start
11
script: DISPLAY=:99.0 bundle exec rake
0 commit comments