added travis-ci yml

This commit is contained in:
snipe
2013-11-13 15:24:25 -05:00
parent 41efea5929
commit 4c9b66150d

12
travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --prefer-source --no-interaction --dev
script: phpunit