Skip to content

Commit 2dc7b9f

Browse files
Removed travis file and added trailing new lines.
1 parent 0beab2a commit 2dc7b9f

4 files changed

Lines changed: 2 additions & 20 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
- name: test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
29-
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}
29+
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ RUN composer install
2020

2121
COPY . .
2222

23-
RUN vendor/bin/phpunit --configuration phpunit.xml
23+
RUN vendor/bin/phpunit --configuration phpunit.xml

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# PHP ChromePDF Renderer
22
![Unit tests](https://github.com/SynergiTech/chrome-pdf-php/workflows/Unit%20tests/badge.svg)
3-
[![Build Status](https://travis-ci.org/SynergiTech/chrome-pdf-php.svg?branch=master)](https://travis-ci.org/SynergiTech/chrome-pdf-php)
43
[![codecov](https://codecov.io/gh/SynergiTech/chrome-pdf-php/branch/master/graph/badge.svg)](https://codecov.io/gh/SynergiTech/chrome-pdf-php)
54

65
_For pre-V1 documentation [click here](https://github.com/SynergiTech/chrome-pdf-php/blob/v0/README.md)_

0 commit comments

Comments
 (0)