This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: ruby
2
2
rvm :
3
3
- ruby
4
4
env :
5
- - HYPER_DEV_GEM_SOURCE="https://gems.ruby-hyperloop.org" TZ=Europe/Berlin
6
- before_install :
5
+ - HYPER_DEV_GEM_SOURCE="https://gems.ruby-hyperloop.org" TZ=Europe/Berlin DRIVER=travis
6
+ - HYPER_DEV_GEM_SOURCE="https://gems.ruby-hyperloop.org" TZ=Europe/Berlin DRIVER=beheaded
7
7
- sudo apt-get install -y fonts-liberation gconf-service libappindicator1 libasound2
8
8
- sudo apt-get install -y libatk-bridge2.0-0 libatk1.0-0 libcairo2 libcups2 libfontconfig1
9
9
- sudo apt-get install -y libnspr4 libnss3 libx11-xcb1 libxss1 xdg-utils
@@ -17,8 +17,14 @@ before_script:
17
17
- cd ../../
18
18
- chromedriver-update
19
19
- ls -lR ~/.chromedriver-helper/
20
+ - which firefox
21
+ - which geckodriver
22
+ - firefox --version
23
+ - geckodriver --version
20
24
- chromedriver --version
25
+ - chrome --version
21
26
- which chromedriver
22
- script : DRIVER=travis bundle exec rspec
27
+ - which chrome
28
+ script : bundle exec rspec
23
29
gemfile :
24
30
- gemfiles/opal_0_11_react-rails_2_4.gemfile
You can’t perform that action at this time.
0 commit comments