Skip to content

Commit

Permalink
chore: remove broken travis label
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Nov 24, 2023
1 parent ceef95d commit c978306
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# Silverstripe Wkhtml - by Heyday

[![Build Status](https://travis-ci.org/heyday/silverstripe-wkhtml.png?branch=master)](https://travis-ci.org/heyday/silverstripe-wkhtml)

This module provides a SilverStripe-centric wrapper for [Snappy](https://github.com/KnpLabs/snappy) and [wkhtml](http://code.google.com/p/wkhtmltopdf/).

A `SilverStripe 3` version is available as `^2.x`, and a SilverStripe `2.4` version is available as `^1.x`.

## Requirements

* [Composer](http://getcomposer.org/)
* [Wkhtml binary](http://code.google.com/p/wkhtmltopdf/downloads/list) either wkhtmltopdf or wkhtmltoimage

## Installation

$ composer require "heyday/silverstripe-wkhtml:^3"
$ composer require "heyday/silverstripe-wkhtml"

## How to use

Expand Down Expand Up @@ -181,7 +176,7 @@ HTML;
\Heyday\SilverStripe\WkHtml\Output\TextString::create();
```

##Unit Testing
## Unit Testing
```bash
$ composer install
$ phpunit
Expand Down

0 comments on commit c978306

Please sign in to comment.