From 0d07b21d4bf7c98e7c07c80f21c35082fafcbe6a Mon Sep 17 00:00:00 2001 From: Tilmann Scheller Date: Fri, 25 Nov 2016 10:29:09 +0100 Subject: [PATCH] Update Travis CI status reference after repository move. (#1447) Update URL to match the new repository location so the Travis CI badge will start working again. JerryScript-DCO-1.0-Signed-off-by: Tilmann Scheller t.scheller@samsung.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e12ce12d..4acf1b0b3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![](https://github.com/Samsung/jerryscript/blob/master/LOGO.png) # JerryScript: JavaScript engine for the Internet of Things [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE) -[![Build Status](https://travis-ci.org/Samsung/jerryscript.svg?branch=master)](https://travis-ci.org/Samsung/jerryscript) +[![Build Status](https://travis-ci.org/jerryscript-project/jerryscript.svg?branch=master)](https://travis-ci.org/jerryscript-project/jerryscript) JerryScript is a lightweight JavaScript engine for resource-constrained devices such as microcontrollers. It can run on devices with less than 64 KB of RAM and less than 200 KB of flash memory.