Skip to content

Commit c4cf46b

Browse files
authored
Update selenium to 3.7.0 in Travis (#995)
1 parent 23a4c2c commit c4cf46b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
- python: "3.6"
3434
env:
3535
- BROWSER=chrome
36-
- SELENIUM=3.6.0
36+
- SELENIUM=3.7.0
3737
- ROBOTFRAMEWORK=3.0.2
3838
- ROBOT_OPTIONS=--dotted
3939
- python: "2.7"
@@ -45,7 +45,7 @@ matrix:
4545
- python: "2.7"
4646
env:
4747
- BROWSER=chrome
48-
- SELENIUM=3.6.0
48+
- SELENIUM=3.7.0
4949
- ROBOTFRAMEWORK=2.8.7
5050
- ROBOT_OPTIONS=
5151
- python: "3.3"
@@ -57,7 +57,7 @@ matrix:
5757
- python: "3.3"
5858
env:
5959
- BROWSER=firefox
60-
- SELENIUM=3.6.0
60+
- SELENIUM=3.7.0
6161
- ROBOTFRAMEWORK=3.0.2
6262
- ROBOT_OPTIONS="--exclude Known_Issue_Firefox --dotted"
6363
before_script:

0 commit comments

Comments
 (0)