first commit
This commit is contained in:
11
vendor/mikey179/vfsstream/.travis.yml
vendored
Executable file
11
vendor/mikey179/vfsstream/.travis.yml
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
|
||||
before_script:
|
||||
- wget -nc http://getcomposer.org/composer.phar
|
||||
- php composer.phar install --dev
|
||||
|
||||
script: phpunit --coverage-text
|
||||
Reference in New Issue
Block a user