Skip to content

Commit 57b8673

Browse files
committed
Use --ignore-platform-reqs on Travis
Allows testing on nightly, which is PHP 8.
1 parent 5221f49 commit 57b8673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ php:
1616

1717
install:
1818
- if [ $TRAVIS_PHP_VERSION = '7.0' ]; then composer require satooshi/php-coveralls '~1.0'; fi
19-
- composer install --prefer-dist
19+
- composer install --prefer-dist --ignore-platform-reqs
2020

2121
matrix:
2222
allow_failures:

0 commit comments

Comments
 (0)