mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Travis improvements
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@ php:
|
|||||||
- 5.6
|
- 5.6
|
||||||
- hhvm
|
- hhvm
|
||||||
- hhvm-nightly
|
- hhvm-nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
@@ -20,9 +20,9 @@ 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 --prefer-source
|
- composer install --no-interaction --prefer-source --dev
|
||||||
- vendor/bin/phpunit
|
- vendor/bin/phpunit
|
||||||
- composer update --dev --prefer-source
|
- composer update --no-interaction --prefer-source --dev
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#phpdocumentor"
|
irc: "irc.freenode.org#phpdocumentor"
|
||||||
|
|||||||
Reference in New Issue
Block a user