Added .travis.yml

This commit is contained in:
Francis Besset 2013-01-16 12:01:18 +01:00
parent 3bd32c380d
commit c49afcd7f6
1 changed files with 7 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: php
php:
- 5.3
- 5.4
before_script: composer install --dev --prefer-source