Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iuravic committed Jun 20, 2017
1 parent dd2cdfb commit 4681575
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ php:
- 7.1
before_script:
- composer self-update
- composer install
- composer install
install:
- composer require satooshi/php-coveralls:~0.6@stable
before_script:
- mkdir -p build/logs
script:
- phpunit --coverage-clover build/logs/clover.xml
after_success:
- sh -c 'php vendor/bin/coveralls -v;'

0 comments on commit 4681575

Please sign in to comment.