Added travis

This commit is contained in:
Francis Besset 2013-02-20 16:28:11 +01:00
parent f5d49a0236
commit 29ab80c06c
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
before_script: composer install --dev --prefer-source
notifications:
email: francis.besset@gmail.com