Skip to content

Commit

Permalink
update README and project description
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamNowotny committed May 17, 2017
1 parent 74df557 commit a6dc542
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand All @@ -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/)

Expand Down Expand Up @@ -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
-----------
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a6dc542

Please sign in to comment.