Skip to content

Commit

Permalink
Merge pull request #27 from Chris53897/feature/remove-travis
Browse files Browse the repository at this point in the history
chore: remove travis
  • Loading branch information
bresam authored Feb 20, 2024
2 parents c4e5a53 + 310305f commit 39bda8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/docker export-ignore
/travis export-ignore
/tests/.cache export-ignore
.env.dist export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
CONTRIBUTING.md export-ignore
docker-compose.yml export-ignore
phpunit.ci.xml export-ignore
Expand Down
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README

[![Travis Build Status](https://api.travis-ci.com/bresam/ivory-google-map.svg?branch=master)](https://travis-ci.com/github/bresam/ivory-google-map)
[![Build](https://github.com/bresam/ivory-google-map/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/bresam/ivory-google-map/actions/workflows/build.yml)
[![Code Coverage](https://scrutinizer-ci.com/g/bresam/ivory-google-map/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/bresam/ivory-google-map/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bresam/ivory-google-map/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bresam/ivory-google-map/?branch=master)

Expand Down Expand Up @@ -94,8 +94,7 @@ echo $apiHelper->render([$map]);

## Testing

The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**. To
execute the test suite, check the travis [configuration](/.travis.yml).
The library is fully unit tested by [PHPUnit](http://www.phpunit.de/) with a code coverage close to **100%**.

## Contribute

Expand Down

0 comments on commit 39bda8a

Please sign in to comment.