Skip to content

Commit 0510b3b

Browse files
authored
Merge pull request #57 from cakephp/cleanup
Cleanup
2 parents 47d69e6 + 1a2f534 commit 0510b3b

4 files changed

Lines changed: 2 additions & 33 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# Remove files for archives generated using `git archive`
77
.editorconfig export-ignore
8-
.travis.yml export-ignore
98
phpunit.xml.dist export-ignore
109
phpcs.xml.dist export-ignore
1110
.github export-ignore

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: CI
32

43
on:

.travis.yml

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CakePHP Plugin Installer
22

3-
[![Build Status](https://img.shields.io/travis/com/cakephp/plugin-installer?style=flat-square)](https://travis-ci.com/cakephp/plugin-installer)
3+
[![Build Status](https://img.shields.io/github/workflow/status/cakephp/plugin-installer/CI/master?style=flat-square)](https://github.com/cakephp/plugin-installer/actions?query=workflow%3ACI)
44
[![Latest Stable Version](https://img.shields.io/github/v/release/cakephp/plugin-installer?sort=semver&style=flat-square)](https://packagist.org/packages/cakephp/plugin-installer)
55
[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/plugin-installer?style=flat-square)](https://packagist.org/packages/cakephp/plugin-installer/stats)
66
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
@@ -103,4 +103,4 @@ If you don't want to re-generate the entire autoload dump, you can run just the
103103
composer run-script post-autoload-dump
104104
```
105105

106-
Please see [composer documentation](https://getcomposer.org/doc/03-cli.md#dump-autoload-dumpautoload-) for details.
106+
Please see [composer documentation](https://getcomposer.org/doc/03-cli.md#dump-autoload-dumpautoload-) for details.

0 commit comments

Comments
 (0)