Travis CI
Added config file for travis-ci.org
This commit is contained in:
parent
6f244fc659
commit
d0e730ddfe
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.3
|
||||||
|
before_script:
|
||||||
|
- wget --quiet http://getcomposer.org/composer.phar
|
||||||
|
- php composer.phar install
|
||||||
|
script: phpunit
|
Loading…
Reference in New Issue
Block a user