Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 0f138e8

Browse files
committed
remove ignore-platform-reqs in travis
1 parent 7da4a9d commit 0f138e8

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
@@ -46,7 +46,7 @@ before_install:
4646
- if [[ $TEST_COVERAGE == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls ; fi
4747

4848
install:
49-
- travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source
49+
- travis_retry composer install --no-interaction --prefer-source
5050
- composer info -i
5151

5252
script:

0 commit comments

Comments
 (0)