Skip to content

Commit 22be43f

Browse files
committed
Changes in travis
1 parent 808c04b commit 22be43f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ before_script:
2222
- ls -al
2323

2424
script:
25-
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
25+
- php vendor/bin/phpunit -c phpunit.xml.dist
2626

2727

2828
after_script:
2929
- travis_retry php coveralls.phar -v
3030

31+
after_success:
32+
- travis_retry php vendor/bin/php-coveralls -v
33+
3134
branches:
3235
only: master
3336

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Example:
4848

4949

5050
#### How to use
51+
5152
```
5253
5354
```

0 commit comments

Comments
 (0)