File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff 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
7272before_script :
7373 - " export DISPLAY=:99.0"
7474 - " sh -e /etc/init.d/xvfb start"
You can’t perform that action at this time.
0 commit comments