Skip to content

Commit

Permalink
Merge pull request doctrine-extensions#252 from jakzal/TravisCI
Browse files Browse the repository at this point in the history
Added TravisCI configuration (and build status in the README)
  • Loading branch information
l3pp4rd committed Jan 30, 2012
2 parents 996d275 + 215d0c6 commit d531c8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 5.3
- 5.4

before_script:
- php bin/vendors.php

script: phpunit --coverage-text -c tests/

notifications:
email:
- gediminas.morkevicius@gmail.com
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**Version 2.3-DEV**

[![Build Status](https://secure.travis-ci.org/l3pp4rd/DoctrineExtensions.png?branch=master)](http://travis-ci.org/l3pp4rd/DoctrineExtensions)

### Latest updates

**Note:** Use 2.1.x or 2.2.x tag in order to use extensions based on Doctrine2.x.x component versions. Currently
Expand Down

0 comments on commit d531c8d

Please sign in to comment.