Skip to content

Commit 567b7c3

Browse files
authored
Update selenium to 3.8.1 in Travis (#1037)
1 parent b1e45c1 commit 567b7c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
- python: "3.6"
3232
env:
3333
- BROWSER=headlesschrome
34-
- SELENIUM=3.8.0
34+
- SELENIUM=3.8.1
3535
- ROBOTFRAMEWORK=3.0.2
3636
- ROBOT_OPTIONS=--dotted
3737
- python: "2.7"
@@ -43,7 +43,7 @@ matrix:
4343
- python: "2.7"
4444
env:
4545
- BROWSER=chrome
46-
- SELENIUM=3.8.0
46+
- SELENIUM=3.8.1
4747
- ROBOTFRAMEWORK=2.8.7
4848
- ROBOT_OPTIONS=
4949
- python: "3.3"
@@ -55,7 +55,7 @@ matrix:
5555
- python: "3.6"
5656
env:
5757
- BROWSER=firefox
58-
- SELENIUM=3.8.0
58+
- SELENIUM=3.8.1
5959
- ROBOTFRAMEWORK=3.0.2
6060
- ROBOT_OPTIONS="--exclude Known_Issue_Firefox --dotted"
6161
before_script:

0 commit comments

Comments
 (0)