Skip to content

Commit

Permalink
[CI] ignore platform reqs for PHP 7.3 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dwenzel committed Apr 17, 2019
1 parent e3ae3f5 commit d5914b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matrix:
- php: 7.3
allow_failures:
- php: 7.3
env: COMPOSER_PARAMS=--ignore-platform-reqs

env:
global:
Expand All @@ -29,7 +30,7 @@ cache:
- $HOME/.sonar/cache

script:
- composer install
- composer install $COMPOSER_PARAMS
- >
if [[ "$COVERAGE" != "1" ]]; then
echo;
Expand Down

0 comments on commit d5914b6

Please sign in to comment.