From 07dee8f01e5d6b376272f0a01113857302b3f7f4 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Wed, 28 Aug 2013 23:56:56 -0700 Subject: [PATCH] updated travis ci info a bit more in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24961507..b42448e1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you add a file in the src directory, be sure to add the filename to the sourc #Testing -[![Build Status](https://travis-ci.org/ericdrowell/KineticJS.png)](https://travis-ci.org/ericdrowell/KineticJS) +Status: [![Build Status](https://travis-ci.org/ericdrowell/KineticJS.png)](https://travis-ci.org/ericdrowell/KineticJS) ### Getting the tests up and running Currently, KineticJS has unit, functional, visual, manual, performance, and special test suites. Open `tests/html/index.html` to run each test suite. Before running any of the tests, be sure to build a dev version first with `grunt dev`. To build the unit tests, you'll need to build the `unitTests.js` file by running `grunt test` and then opening `unitTests.html`.