Modified README.md and add travis config

This commit is contained in:
Prasanna Annamalai
2013-03-19 16:12:14 +05:30
parent 3e56fe5143
commit dbb8eb4b17
2 changed files with 21 additions and 7 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: php
jdk:
- 5.4
- 5.3
before_script:
- composer install
notifications:
recipients:
- prannamalai.x.com@gmail.com
on_success: always