mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
+22
@@ -0,0 +1,22 @@
|
|||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.3.3
|
||||||
|
- 5.3
|
||||||
|
- 5.4
|
||||||
|
|
||||||
|
script:
|
||||||
|
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get -qq update > /dev/null
|
||||||
|
- phpenv rehash > /dev/null
|
||||||
|
- composer selfupdate --quiet
|
||||||
|
- composer install --dev
|
||||||
|
- vendor/phpunit/phpunit/composer/bin/phpunit
|
||||||
|
- composer update --dev
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc: "irc.freenode.org#phpdocumentor"
|
||||||
|
email:
|
||||||
|
- [email protected]
|
||||||
|
- [email protected]
|
||||||
+4
-1
@@ -11,5 +11,8 @@
|
|||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {"phpDocumentor": ["src/"]}
|
"psr-0": {"phpDocumentor": ["src/"]}
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "*@stable"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user