Skip to content

Commit 8fc17d8

Browse files
authored
Merge pull request #16 from adriansuter/patch-coveralls
Update coveralls
2 parents ad4c7bd + b8161f0 commit 8fc17d8

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
@@ -11,7 +11,7 @@ matrix:
1111
env: ANALYSIS='true'
1212

1313
before_script:
14-
- if [[ "$ANALYSIS" == 'true' ]]; then composer require php-coveralls/php-coveralls:^2.1.0 ; fi
14+
- if [[ "$ANALYSIS" == 'true' ]]; then composer require php-coveralls/php-coveralls:^2.2.0 ; fi
1515
- composer install -n
1616

1717
script:

0 commit comments

Comments
 (0)