add travis file

This commit is contained in:
Manuel Raynaud
2013-07-09 10:24:10 +02:00
parent 25a8b28c61
commit 66d2451def

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: php
php:
- "5.4"
- "5.5"
before_script:
- composer install