Add travis config

This commit is contained in:
Jordi Boggiano 2012-04-13 14:57:17 +02:00
parent 0111ca4f2c
commit 9eedb8e643

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: php
php:
- 5.3.2
- 5.3
- 5.4
before_script:
- wget -nc http://getcomposer.org/composer.phar
- php composer.phar install
script: phpunit