From d29364c34e5dabaebe1f2d03bf201010f08d66b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20B=C3=A1tyai?= Date: Fri, 16 Aug 2019 19:05:40 +0200 Subject: [PATCH] Update Zephyr build on Travis (#3018) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 d626ddc7b..b2ae3d56e 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 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