Skip to content

Commit 26fa70f

Browse files
author
Gregg Van Hove
committed
also install geckodriver on travis
1 parent c66f077 commit 26fa70f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: ruby
22
cache: bundler
33
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
49
before_script:
510
- sh -e /etc/init.d/xvfb start
611
script: DISPLAY=:99.0 bundle exec rake

0 commit comments

Comments
 (0)