Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CTOlet committed Dec 7, 2016
1 parent c4fd665 commit 2636e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,7 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
install:
- composer self-update
- composer global require "fxp/composer-asset-plugin:^1.0.0"
Expand All @@ -14,4 +15,4 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 2636e21

Please sign in to comment.