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

Commit 8908f56

Browse files
committed
Ignoring platform requirements? Really?
1 parent 80b96de commit 8908f56

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
@@ -48,7 +48,7 @@ before_install:
4848
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then composer require --dev --no-update satooshi/php-coveralls:^1.0 ; fi
4949

5050
install:
51-
- travis_retry composer install --no-interaction --ignore-platform-reqs
51+
- travis_retry composer install --no-interaction
5252

5353
script:
5454
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/phpunit --coverage-clover clover.xml ; fi

0 commit comments

Comments
 (0)