mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Drop HHVM and support PHP 7
This commit is contained in:
+21
-27
@@ -1,32 +1,26 @@
|
|||||||
language: php
|
language: php
|
||||||
php:
|
|
||||||
- 5.3.3
|
|
||||||
- 5.3
|
|
||||||
- 5.4
|
|
||||||
- 5.5
|
|
||||||
- 5.6
|
|
||||||
- hhvm
|
|
||||||
- hhvm-nightly
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
include:
|
||||||
- php: hhvm
|
- php: 5.3
|
||||||
- php: hhvm-nightly
|
dist: precise
|
||||||
|
- php: 5.4
|
||||||
|
dist: trusty
|
||||||
|
- php: 5.5
|
||||||
|
dist: trusty
|
||||||
|
- php: 5.6
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.0
|
||||||
|
dist: xenial
|
||||||
|
- php: 7.1
|
||||||
|
dist: bionic
|
||||||
|
- php: 7.2
|
||||||
|
dist: bionic
|
||||||
|
- php: 7.3
|
||||||
|
dist: bionic
|
||||||
|
- php: 7.4
|
||||||
|
dist: bionic
|
||||||
|
|
||||||
script:
|
before_script: travis_retry composer install
|
||||||
- vendor/bin/phpunit
|
|
||||||
|
|
||||||
before_script:
|
script: vendor/bin/phpunit
|
||||||
- sudo apt-get -qq update > /dev/null
|
|
||||||
- phpenv rehash > /dev/null
|
|
||||||
- composer selfupdate --quiet
|
|
||||||
- composer install --no-interaction --prefer-source --dev
|
|
||||||
- vendor/bin/phpunit
|
|
||||||
- composer update --no-interaction --prefer-source --dev
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
irc: "irc.freenode.org#phpdocumentor"
|
|
||||||
email:
|
|
||||||
- [email protected]
|
|
||||||
- [email protected]
|
|
||||||
- [email protected]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user