File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,20 @@ services:
1111
1212sudo : true
1313
14- before_script :
15- - bash .travis.install-mysql-5.7.sh
16-
1714before_install :
15+ - bash .travis.install-mysql-5.7.sh
1816 - mysql -e 'CREATE DATABASE test;'
1917
2018install : composer install
19+
20+ before_script :
21+ - mkdir -p build/logs
22+
23+ script :
24+ - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
25+
26+ after_script :
27+ - php vendor/bin/coveralls -v
28+ - vendor/bin/test-reporter
29+
30+
Original file line number Diff line number Diff line change 1818 "require-dev" : {
1919 "phpunit/phpunit" : " ~4.5||5.6.5" ,
2020 "mockery/mockery" : " ^0.9.9" ,
21- "laravel/laravel" : " ^5.2"
21+ "laravel/laravel" : " ^5.2" ,
22+ "codeclimate/php-test-reporter" : " dev-master"
2223 },
2324 "autoload" : {
2425 "psr-4" : {
You can’t perform that action at this time.
0 commit comments