mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Expect Chrome headless to pass tests on travis (with some disabled)
This commit is contained in:
parent
d47e42c97e
commit
b56f3fbd90
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ matrix:
|
|||
- gemfile: Gemfile
|
||||
rvm: 2.4.1
|
||||
env: CAPYBARA_FF=true HEADLESS=true
|
||||
- env: HEADLESS=true
|
||||
before_install:
|
||||
- mkdir -p ~/drivers; export PATH=~/drivers:$PATH;
|
||||
- CHROMEDRIVER_VERSION=$(wget -q -O - http://chromedriver.storage.googleapis.com/LATEST_RELEASE);
|
||||
|
|
Loading…
Reference in a new issue