Fix Zephyr build on Travis (#3015)

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
Dániel Bátyai
2019-08-13 15:50:10 +02:00
committed by Robert Fancsik
parent 54a5a650aa
commit 3c69dfab2c
+1 -1
View File
@@ -32,7 +32,7 @@ install-zephyr-sdk:
# Fetch Zephyr Project repository and install python dependencies.
install-zephyr:
git clone https://github.com/zephyrproject-rtos/zephyr.git ../zephyr -b v1.14.0
git clone https://github.com/zephyrproject-rtos/zephyr.git ../zephyr -b backport-18180-to-v1.14-branch
pip3 install --user -U pip
pip3 install --user -U setuptools
pip3 install --user -r ../zephyr/scripts/requirements.txt