Skip to content

Commit a2d242e

Browse files
authored
Use python3 for mbedOS build on Travis (#2995)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
1 parent 99b061a commit a2d242e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ matrix:
133133
- sourceline: ppa:team-gcc-arm-embedded/ppa
134134
packages: [gcc-arm-embedded]
135135
language: python # NOTE: only way to ensure python>=2.7.10 on Trusty image
136-
python: 2.7
136+
python: 3.6
137137
install: make -f ./targets/mbedos5/Makefile.travis install
138138
script: make -f ./targets/mbedos5/Makefile.travis script
139139

0 commit comments

Comments
 (0)