mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Enable travis builds on php5.5
This commit is contained in:
+5
-4
@@ -3,17 +3,18 @@ php:
|
|||||||
- 5.3.3
|
- 5.3.3
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/phpunit/phpunit/composer/bin/phpunit
|
- vendor/bin/phpunit
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get -qq update > /dev/null
|
- sudo apt-get -qq update > /dev/null
|
||||||
- phpenv rehash > /dev/null
|
- phpenv rehash > /dev/null
|
||||||
- composer selfupdate --quiet
|
- composer selfupdate --quiet
|
||||||
- composer install --dev
|
- composer install --dev --prefer-source
|
||||||
- vendor/phpunit/phpunit/composer/bin/phpunit
|
- vendor/bin/phpunit
|
||||||
- composer update --dev
|
- composer update --dev --prefer-source
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#phpdocumentor"
|
irc: "irc.freenode.org#phpdocumentor"
|
||||||
|
|||||||
Reference in New Issue
Block a user