diff --git a/README.markdown b/README.markdown index c93d3b46..2da6fa88 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,7 @@ BuildReactor [![Build Status](https://secure.travis-ci.org/AdamNowotny/BuildReactor.png)](http://travis-ci.org/AdamNowotny/BuildReactor) [![Dependency Status](https://gemnasium.com/AdamNowotny/BuildReactor.png)](https://gemnasium.com/AdamNowotny/BuildReactor) ============ -Developer notifications and dashboard (Google Chrome extension) +Developer notifications and dashboard for CI servers * Gives you overview of all your builds in one place * Supports multiple continuous integration servers * Configurable notifications @@ -10,7 +10,9 @@ Developer notifications and dashboard (Google Chrome extension) Links ----- -[Chrome Web Store](http://goo.gl/BX01T) - latest stable version +[Chrome Web Store](https://chrome.google.com/webstore/detail/buildreactor/agfdekbncfakhgofmaacjfkpbhjhpjmp) + +[Mozilla Add-ons](https://addons.mozilla.org/en-GB/firefox/addon/buildreactor-extension/) [Twitter](https://twitter.com/BuildReactor) @@ -21,14 +23,11 @@ Supported services Below are the supported CI servers. + * Servers using [XML cctray format](http://confluence.public.thoughtworks.org/display/CI/Multiple+Project+Summary+Reporting+Standard) * [Atlassian Bamboo](http://www.atlassian.com/software/bamboo/) * [BuildBot](http://buildbot.net/) - * [CircleCI](https://circleci.com) (using cctray format) - * Servers using [XML cctray format](http://confluence.public.thoughtworks.org/display/CI/Multiple+Project+Summary+Reporting+Standard) like [CruiseControl](http://cruisecontrol.sourceforge.net/), [CruiseControl.NET](http://www.cruisecontrolnet.org/), [CruiseControl.rb](http://cruisecontrolrb.thoughtworks.com/) - * [GoCD](https://github.com/gocd/gocd) - * [Jenkins](http://jenkins-ci.org/) (Hudson) - * [Snap](http://snap-ci.com/) - * [Solano CI](https://www.solanolabs.com/) (using cctray format) + * [BuildKite](https://buildkite.com/) + * [Jenkins](http://jenkins.io/) * [TeamCity](http://www.jetbrains.com/teamcity/) * [Travis-CI](http://travis-ci.org/) @@ -80,7 +79,8 @@ Testing ------- `yarn test` - run Karma unit tests using PhantomJS -`yarn run auto-test` test and watch for changes + +`yarn run auto-test` - test and watch for changes Development ----------- diff --git a/manifest.json b/manifest.json index aad1caa3..c67ca75b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "BuildReactor", "version": "1.0.0", "manifest_version": 2, - "description": "Developer notifications and dashboard", + "description": "Developer notifications and dashboard for CI servers", "icons": { "16": "img/icon-16.png", "48": "img/icon-48.png", diff --git a/package.json b/package.json index ef7b7288..30477110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BuildReactor", - "description": "Developer notifications and dashboard", + "description": "Developer notifications and dashboard for CI servers", "version": "1.0.0", "homepage": "https://github.com/AdamNowotny/BuildReactor", "author": {