aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorDániel Bátyai <dbatyai@inf.u-szeged.hu>2019-08-16 19:05:40 +0200
committerRobert Fancsik <frobert@inf.u-szeged.hu>2019-08-16 19:05:40 +0200
commitd29364c34e5dabaebe1f2d03bf201010f08d66b7 (patch)
tree51970f36a1c99b0c8dedae7dc214d4cc1b9f4580 /targets
parent77237960a75132060e2e85616bc3e77c4d8baa2d (diff)
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
Diffstat (limited to 'targets')
-rw-r--r--targets/zephyr/Makefile.travis2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/zephyr/Makefile.travis b/targets/zephyr/Makefile.travis
index d626ddc7..b2ae3d56 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