Skip to content

Commit 44db920

Browse files
jrfnlreedy
authored andcommitted
GH Actions: clean up
* Remove the now redundant Travis script. * Remove the reference to the Travis script from `.gitattributes` and add the new `.github` folder. * Update the "Build status" badge in the README to show the result of the GH Actions run instead of Travis. Supersedes 54 Co-authored-by: Sam Reed <[email protected]>
1 parent 27697af commit 44db920

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/.gitattributes export-ignore
99
/.github export-ignore
1010
/.gitignore export-ignore
11-
/.travis.yml export-ignore
11+
/.github/ export-ignore
1212
/appveyor.yml export-ignore
1313
/box.json export-ignore
1414
/doc export-ignore

.travis.yml

-32
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP Parallel Lint
22

33
[![Downloads this Month](https://img.shields.io/packagist/dm/php-parallel-lint/php-parallel-lint.svg)](https://packagist.org/packages/php-parallel-lint/php-parallel-lint)
4-
[![Build Status](https://travis-ci.org/php-parallel-lint/PHP-Parallel-Lint.svg?branch=master)](https://travis-ci.org/php-parallel-lint/PHP-Parallel-Lint)
4+
[![Build Status](https://github.com/php-parallel-lint/PHP-Parallel-Lint/actions/workflows/test.yml/badge.svg)](https://github.com/php-parallel-lint/PHP-Parallel-Lint/actions/workflows/test.yml)
55
[![License](https://poser.pugx.org/php-parallel-lint/php-parallel-lint/license.svg)](https://packagist.org/packages/php-parallel-lint/php-parallel-lint)
66

77
This application checks syntax of PHP files in parallel.

0 commit comments

Comments
 (0)