Skip to content

Commit

Permalink
Merge pull request #332 from sergeyklay/2.0.x
Browse files Browse the repository at this point in the history
Merged "Current Build Status" top [ci skip]
  • Loading branch information
sergeyklay committed May 5, 2015
2 parents f9fe8df + 564ff11 commit 741a767
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ $loader->registerNamespaces(array(
$loader->register();
```

## Current Build Status

Incubator is built under Travis CI service. Every commit pushed to this repository will queue a build into the continuous integration service and will run all PHPUnit tests to ensure that everything is going well and the project is stable. The current build status is:

[![Build Status](https://img.shields.io/travis/phalcon/incubator/2.0.x.svg?style=flat-square)](https://travis-ci.org/phalcon/incubator)

## Contributing

See CONTRIBUTING.md
Expand Down Expand Up @@ -151,9 +157,3 @@ See CONTRIBUTING.md
### Utils
* [Phalcon\Utils\Slug](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Utils) - Creates a slug for the passed string taking into account international characters. (niden)


Current Build Status
--------------------
Incubator is built under Travis CI service. Every commit pushed to this repository will queue a build into the continuous integration service and will run all PHPUnit tests to ensure that everything is going well and the project is stable. The current build status is:

[![Build Status](https://img.shields.io/travis/phalcon/incubator/2.0.x.svg?style=flat-square)](https://travis-ci.org/phalcon/incubator)

0 comments on commit 741a767

Please sign in to comment.