Skip to content

Commit

Permalink
Merge pull request #166 from hirak/re-install-coveralls-ocular
Browse files Browse the repository at this point in the history
added coveralls.phar & ocular.phar
  • Loading branch information
hirak committed Feb 18, 2018
2 parents f74ba78 + f772f85 commit 5c01aa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -4,13 +4,12 @@ sudo: false
cache: vendor

php:
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- 'hhvm'
- '7.2'

before_install:
- composer config -g repositories.packagist path $(pwd)
Expand All @@ -24,5 +23,5 @@ script:
- composer test

after_success:
# - php bin/ocular.phar code-coverage:upload --format=php-clover artifacts/clover.xml
# - php bin/coveralls.phar -v
- php bin/ocular.phar code-coverage:upload --format=php-clover artifacts/clover.xml
- php bin/coveralls.phar -v
Binary file added bin/coveralls.phar
Binary file not shown.
Binary file added bin/ocular.phar
Binary file not shown.

0 comments on commit 5c01aa2

Please sign in to comment.