Skip to content

Commit 3fb56fa

Browse files
authored
Update Travis to use RF 3.1.2 (robotframework#1389)
1 parent 74f13df commit 3fb56fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ matrix:
2222
env:
2323
- BROWSER=headlesschrome
2424
- SELENIUM=3.141.0
25-
- ROBOTFRAMEWORK=3.1.1
25+
- ROBOTFRAMEWORK=3.1.2
2626
- ROBOT_OPTIONS=--dotted
2727
- INTERPRETER=python3
2828
- python: "pypy3.5"
2929
env:
3030
- BROWSER=chrome
3131
- SELENIUM=3.141.0
32-
- ROBOTFRAMEWORK=3.1.1
32+
- ROBOTFRAMEWORK=3.1.2
3333
- ROBOT_OPTIONS=--dotted
3434
- INTERPRETER=pypy3
3535
- python: "3.6"
3636
env:
3737
- BROWSER=headlesschrome
3838
- SELENIUM=3.141.0
39-
- ROBOTFRAMEWORK=3.1.1
39+
- ROBOTFRAMEWORK=3.1.2
4040
- ROBOT_OPTIONS=--dotted
4141
- INTERPRETER=python3
4242
- JYTHON=true
4343
- python: "3.4"
4444
env:
4545
- BROWSER=headlesschrome
4646
- SELENIUM=3.141.0
47-
- ROBOTFRAMEWORK=3.1.1
47+
- ROBOTFRAMEWORK=3.1.2
4848
- ROBOT_OPTIONS=--dotted
4949
- INTERPRETER=python3
5050
- python: "2.7"

0 commit comments

Comments
 (0)