Skip to content

Commit

Permalink
#16 - Updated Travis Config for scrutinizer-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Shaikh committed Jul 4, 2018
1 parent d707706 commit ae50603
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ script:
- vendor/bin/phpunit --coverage-text
- phpcs --ignore=app/Http/Controllers/Auth,app/Http/Controllers/Controller.php app/Http/Controllers
- npm run production
- jshint resources/assets/js/modules/*
- jshint resources/assets/js/modules/*
- 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

0 comments on commit ae50603

Please sign in to comment.