Skip to content

Commit

Permalink
Safari 13.1 fix (#129)
Browse files Browse the repository at this point in the history
* Fix Safari 13 builder

* Bump to 6.1.0

* Test suite requires node 10

* Remove duplicate node version
  • Loading branch information
jeffposnick authored Apr 10, 2020
1 parent 92a799d commit 46cccfc
Show file tree
Hide file tree
Showing 4 changed files with 1,158 additions and 1,149 deletions.
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

0 comments on commit 46cccfc

Please sign in to comment.