Skip to content

Commit 3686863

Browse files
committed
fixed travis:
- You are using the deprecated option "--no-suggest". - phpunit/phpunit[9.5.0, ..., 9.5.2] require php >=7.3 -> your php version (7.2.15) does not satisfy that requirement.
1 parent cc77867 commit 3686863

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
6-
- 7.2
74
- 7.3
5+
- 7.4
86

97
install:
10-
- composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
8+
- composer update --no-interaction --no-ansi --no-progress --optimize-autoloader --prefer-stable
119

1210
script: vendor/bin/phpunit
1311

1412
notifications:
15-
email: false
13+
email: false

0 commit comments

Comments
 (0)