Update Zephyr build on Travis (#3018)

Follow-up after #3015

The fix backport has landed, and the branch has been deleted. Revert back to
the the v1.14 branch.

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-16 19:05:40 +02:00 committed by Robert Fancsik
parent 77237960a7
commit d29364c34e

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 backport-18180-to-v1.14-branch
git clone https://github.com/zephyrproject-rtos/zephyr.git ../zephyr -b v1.14-branch
pip3 install --user -U pip
pip3 install --user -U setuptools
pip3 install --user -r ../zephyr/scripts/requirements.txt