Skip to content

Commit

Permalink
added travis config and author in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriVesala committed Jun 28, 2012
1 parent cc6f73c commit 06d69bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php

php:
- 5.3
- 5.4

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
- cd Tests

script: phpunit

notifications:
irc: "irc.freenode.net#xi-project"
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"description": "Xi Search Bundle provides you frontend logic for elasticsearch",
"keywords": ["search", "elasticsearch", "elastic", "elastica"],
"type": "symfony-bundle",
"authors": [
{
"name": "xi-project",
"email": "[email protected]"
}
],
"require": {
"symfony/framework-bundle": "=v2.0.14",
"symfony/form": "=v2.0.14",
Expand Down

0 comments on commit 06d69bd

Please sign in to comment.