From 3c69dfab2c132b28a0be6cc66e0f5a812f513177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20B=C3=A1tyai?= Date: Tue, 13 Aug 2019 15:50:10 +0200 Subject: [PATCH] Fix Zephyr build on Travis (#3015) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu --- targets/zephyr/Makefile.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/zephyr/Makefile.travis b/targets/zephyr/Makefile.travis index ce77af224..d626ddc7b 100644 --- a/targets/zephyr/Makefile.travis +++ b/targets/zephyr/Makefile.travis @@ -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