Skip to content

Commit 47b0317

Browse files
committed
Remove Selenium 2.53.6 from Travis
1 parent aeb3dd5 commit 47b0317

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ matrix:
4040
- ROBOTFRAMEWORK=3.0.4
4141
- ROBOT_OPTIONS=--dotted
4242
- INTERPRETER=pypy3
43-
- python: "3.6"
43+
- python: "3.4"
4444
env:
4545
- BROWSER=headlesschrome
4646
- SELENIUM=3.12.0
@@ -51,7 +51,7 @@ matrix:
5151
- python: "2.7"
5252
env:
5353
- BROWSER=chrome
54-
- SELENIUM=2.53.6
54+
- SELENIUM=3.12.0
5555
- ROBOTFRAMEWORK=2.9.2
5656
- ROBOT_OPTIONS=--dotted
5757
- INTERPRETER=python2
@@ -62,13 +62,6 @@ matrix:
6262
- ROBOTFRAMEWORK=2.8.7
6363
- ROBOT_OPTIONS=
6464
- INTERPRETER=python2
65-
- python: "3.4"
66-
env:
67-
- BROWSER=chrome
68-
- SELENIUM=2.53.6
69-
- ROBOTFRAMEWORK=3.0.4
70-
- ROBOT_OPTIONS=--dotted
71-
- INTERPRETER=python3
7265
before_script:
7366
- "export DISPLAY=:99.0"
7467
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)