Use python3 for mbedOS build on Travis (#2995)
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
+1
-1
@@ -133,7 +133,7 @@ matrix:
|
|||||||
- sourceline: ppa:team-gcc-arm-embedded/ppa
|
- sourceline: ppa:team-gcc-arm-embedded/ppa
|
||||||
packages: [gcc-arm-embedded]
|
packages: [gcc-arm-embedded]
|
||||||
language: python # NOTE: only way to ensure python>=2.7.10 on Trusty image
|
language: python # NOTE: only way to ensure python>=2.7.10 on Trusty image
|
||||||
python: 2.7
|
python: 3.6
|
||||||
install: make -f ./targets/mbedos5/Makefile.travis install
|
install: make -f ./targets/mbedos5/Makefile.travis install
|
||||||
script: make -f ./targets/mbedos5/Makefile.travis script
|
script: make -f ./targets/mbedos5/Makefile.travis script
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user