Skip to content

Commit

Permalink
Merge pull request #16 from adriansuter/patch-coveralls
Browse files Browse the repository at this point in the history
Update coveralls
  • Loading branch information
adriansuter committed May 12, 2020
2 parents ad4c7bd + b8161f0 commit 8fc17d8
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 @@ -11,7 +11,7 @@ matrix:
env: ANALYSIS='true'

before_script:
- 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
- composer install -n

script:
Expand Down

0 comments on commit 8fc17d8

Please sign in to comment.