Skip to content

Commit 02f7538

Browse files
authored
Updated Robot Framework to 3.0.4 in Travis. (robotframework#1115)
1 parent bbdb4e3 commit 02f7538

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,24 @@ matrix:
3030
env:
3131
- BROWSER=headlesschrome
3232
- SELENIUM=3.11.0
33-
- ROBOTFRAMEWORK=3.0.3
33+
- ROBOTFRAMEWORK=3.0.4
3434
- ROBOT_OPTIONS=--dotted
3535
- INTERPRETER=python3
3636
- python: "pypy3.5"
3737
env:
3838
- BROWSER=chrome
3939
- SELENIUM=3.11.0
40-
- ROBOTFRAMEWORK=3.0.3
40+
- ROBOTFRAMEWORK=3.0.4
4141
- ROBOT_OPTIONS=--dotted
4242
- INTERPRETER=pypy3
43+
- python: "3.6"
44+
env:
45+
- BROWSER=headlesschrome
46+
- SELENIUM=3.11.0
47+
- ROBOTFRAMEWORK=3.0.4
48+
- ROBOT_OPTIONS=--dotted
49+
- INTERPRETER=python3
50+
- JYTHON=true
4351
- python: "2.7"
4452
env:
4553
- BROWSER=chrome
@@ -58,17 +66,9 @@ matrix:
5866
env:
5967
- BROWSER=chrome
6068
- SELENIUM=2.53.6
61-
- ROBOTFRAMEWORK=3.0.3
69+
- ROBOTFRAMEWORK=3.0.4
6270
- ROBOT_OPTIONS=--dotted
6371
- INTERPRETER=python3
64-
- python: "3.6"
65-
env:
66-
- BROWSER=headlesschrome
67-
- SELENIUM=3.11.0
68-
- ROBOTFRAMEWORK=3.0.3
69-
- ROBOT_OPTIONS=--dotted
70-
- INTERPRETER=python3
71-
- JYTHON=true
7272
before_script:
7373
- "export DISPLAY=:99.0"
7474
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)