From 42a8757e8609d4f5512b2344879b62c75d68d46f Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Wed, 25 Jun 2014 20:41:56 -0400 Subject: [PATCH] Fixed build status image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1eb6b..c4aa96b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Scratch 2.0 editor and player [![Build Status](https://magnum.travis-ci.com/LLK/scratch-flash.svg?token=AdpuaYipHZPQFZCpxuxX&branch=master)](https://magnum.travis-ci.com/LLK/scratch-flash) +## Scratch 2.0 editor and player [![Build Status](https://api.travis-ci.org/LLK/scratch-flash.svg?branch=master)](https://magnum.travis-ci.com/LLK/scratch-flash) This is the open source version of Scratch 2.0 and the core code for the official version found on http://scratch.mit.edu. This code has been released under the GPL version 2 license. If you're interested in contributing to Scratch, please take a look at the issues on this repository. Two great ways of helping Scratch are helping us identify bugs and documenting them as issues or fixing issues and creating pull requests. When submitting pull requests please be patient. The Scratch Team is very busy and it can take a while to find time to review the pull requests. Your code may require changes before being accepted or may not be suitable to acceptance. The organization and class structures can't be radically changed without significant coordination and collaboration from the Scratch Team. These types of changes should be avoided since they would impact the official version.