Skip to content

Commit

Permalink
Updated travis to ignore platform requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kschroeder committed Dec 27, 2017
1 parent 87bb838 commit 6683040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- composer install --prefer-source --no-interaction --ignore-platform-reqs

script:
vendor/bin/phpunit --configuration tests/phpunit.xml.dist --coverage-text

0 comments on commit 6683040

Please sign in to comment.