Skip to content

Commit

Permalink
Merge pull request #11 from robbieaverill/bugfix/external-code-coverage
Browse files Browse the repository at this point in the history
FIX External code coverage not finding git repository in Travis builds
  • Loading branch information
robbieaverill authored Feb 6, 2017
2 parents 02b7e60 + 39910c8 commit 02436af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ script:
after_success:
- >
test "$COVERAGE" = "1"
&& cd externalurlfield
&& wget https://scrutinizer-ci.com/ocular.phar
&& php ocular.phar code-coverage:upload -v --format=php-clover ~/coverage.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SilverStripe External URL Field

[![Build Status](https://travis-ci.org/burnbright/silverstripe-externalurlfield.svg?branch=master)](https://travis-ci.org/burnbright/silverstripe-externalurlfield) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/?branch=master)
[![Build Status](https://travis-ci.org/burnbright/silverstripe-externalurlfield.svg?branch=master)](https://travis-ci.org/burnbright/silverstripe-externalurlfield) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/burnbright/silverstripe-externalurlfield/?branch=master)

Provides a `DBField` and `FormField` for handling external URLs.

Expand Down

0 comments on commit 02436af

Please sign in to comment.