We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad4c7bd + b8161f0 commit 8fc17d8Copy full SHA for 8fc17d8
.travis.yml
@@ -11,7 +11,7 @@ matrix:
11
env: ANALYSIS='true'
12
13
before_script:
14
- - if [[ "$ANALYSIS" == 'true' ]]; then composer require php-coveralls/php-coveralls:^2.1.0 ; fi
+ - if [[ "$ANALYSIS" == 'true' ]]; then composer require php-coveralls/php-coveralls:^2.2.0 ; fi
15
- composer install -n
16
17
script:
0 commit comments