mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-01-17 15:18:17 +01:00
Use --ignore-platform-reqs on Travis
Allows testing on nightly, which is PHP 8.
This commit is contained in:
parent
5221f49a60
commit
57b8673ea7
@ -16,7 +16,7 @@ php:
|
||||
|
||||
install:
|
||||
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then composer require satooshi/php-coveralls '~1.0'; fi
|
||||
- composer install --prefer-dist
|
||||
- composer install --prefer-dist --ignore-platform-reqs
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
Loading…
x
Reference in New Issue
Block a user