Skip to content

Commit eda092f

Browse files
committed
Remove codecov for now, fix readme
1 parent 3261ff1 commit eda092f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ script:
3737
- if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit tests; fi
3838
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml tests; fi
3939
- if [[ $PHPCS_TEST ]]; then composer run-script lint; fi
40-
41-
after_success:
42-
- if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SilverStripe QueuedJob Progress Field
22

3-
A progress bar and screen for monitoring a [Scheduled Job](https://github.com/symbiote/silverstripe-queuedjobs).
3+
A progress bar and screen for monitoring a SilverStripe [Scheduled Job](https://github.com/symbiote/silverstripe-queuedjobs).
44

55
[![Build Status](https://travis-ci.org/fullscreeninteractive/silverstripe-queuedjob-progressfield.svg?branch=master)](https://travis-ci.org/fullscreeninteractive/silverstripe-queuedjob-progressfield)
66
[![Version](http://img.shields.io/packagist/v/fullscreeninteractive/silverstripe-queuedjob-progressfield.svg?style=flat)](https://packagist.org/packages/fullscreeninteractive/silverstripe-queuedjob-progressfield)
@@ -25,6 +25,7 @@ $fields = [
2525
// ...
2626
QueuedJobProgressField::create('ScheduledJob', '', $this->ScheduledJobID)
2727
];
28+
```
2829

2930
This module also provides a `Controller` subclass which displays the state of
3031
the job if needed. Setup a route to point to the `QueuedJobProgressController`

0 commit comments

Comments
 (0)