Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari 13.1 fix #129

Merged
merged 4 commits into from
Apr 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,18 @@ script:

matrix:
include:
- name: "Linux (Legacy Node)"
os: linux
dist: bionic
# See https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-services
services:
- xvfb
node_js:
- 8
- name: "Linux (Latest Node)"
os: linux
dist: bionic
# See https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-services
services:
- xvfb
node_js:
- node
- 10
- name: "OS X (Latest Node)"
os: osx
node_js:
- node
- 10
before_script:
# See https://github.com/GoogleChromeLabs/selenium-assistant/issues/118
- "sudo /usr/bin/safaridriver --enable"
Expand Down
Loading