Skip to content

Commit 881f42d

Browse files
committed
#24: fixed builds
1 parent 9b54c8e commit 881f42d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ matrix:
1919
include:
2020
- php: 7.2
2121
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
22+
- php: 7.4
23+
env: 'COMPOSER_FLAGS="--ignore-platform-reqs"'
2224

2325
before_script:
24-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist --ignore-platform-reqs
26+
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
2527

2628
script:
2729
- vendor/bin/phpcs --standard=psr2 src/

0 commit comments

Comments
 (0)