Merge pull request #196 from sclements/master

Add a build status icon to README and HipChat notifications
This commit is contained in:
Shane M. Clements 2014-05-15 11:02:31 -06:00
commit d01bacacfb
2 changed files with 9 additions and 1 deletions

View file

@ -6,3 +6,11 @@ cache:
- node_modules
before_script:
- npm install flex-sdk
notifications:
hipchat:
rooms:
secure: "RP6i3+3IPgwkCj78UAjISXCv67RIU8u84OOAAcLT64pRoJ2aZvNo4ITlU28AVnRojO8V9JoXo/UBiTSTnNZsiL6LIqh1BScIE8lfIHLZ4pEqrvrjSmx56jT9jf3kttjjp00qaQ2QlpV7v9Dyg4GOvLRfOYTOhTSQTKgfWN+/dJA="
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'
format: html

View file

@ -1,4 +1,4 @@
## Scratch 2.0 editor and player
## 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)
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.