Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit faadcb7

Browse files
committed
research
1 parent b2aecdd commit faadcb7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: ruby
22
rvm:
33
- ruby
44
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
77
- sudo apt-get install -y fonts-liberation gconf-service libappindicator1 libasound2
88
- sudo apt-get install -y libatk-bridge2.0-0 libatk1.0-0 libcairo2 libcups2 libfontconfig1
99
- sudo apt-get install -y libnspr4 libnss3 libx11-xcb1 libxss1 xdg-utils
@@ -17,8 +17,14 @@ before_script:
1717
- cd ../../
1818
- chromedriver-update
1919
- ls -lR ~/.chromedriver-helper/
20+
- which firefox
21+
- which geckodriver
22+
- firefox --version
23+
- geckodriver --version
2024
- chromedriver --version
25+
- chrome --version
2126
- which chromedriver
22-
script: DRIVER=travis bundle exec rspec
27+
- which chrome
28+
script: bundle exec rspec
2329
gemfile:
2430
- gemfiles/opal_0_11_react-rails_2_4.gemfile

0 commit comments

Comments
 (0)