Skip to content

Commit 238f109

Browse files
committed
Drop TravisCI
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 34fbd63 commit 238f109

3 files changed

Lines changed: 3 additions & 73 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/ci export-ignore
22
.gitattributes export-ignore
33
.gitignore export-ignore
4-
.travis.yml export-ignore
54
.github export-ignore
65
.scrutinizer.yml export-ignore
76
codecov.yml export-ignore

.travis.yml

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# shapefile
22
ShapeFile library for PHP
33

4-
[![Build Status](https://travis-ci.org/phpmyadmin/shapefile.svg?branch=master)](https://travis-ci.org/phpmyadmin/shapefile)
4+
![Test-suite](https://github.com/phpmyadmin/shapefile/workflows/Run%20tests/badge.svg?branch=master)
55
[![codecov.io](https://codecov.io/github/phpmyadmin/shapefile/coverage.svg?branch=master)](https://codecov.io/github/phpmyadmin/shapefile?branch=master)
66
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpmyadmin/shapefile/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpmyadmin/shapefile/?branch=master)
77
[![Packagist](https://img.shields.io/packagist/dt/phpmyadmin/shapefile.svg)](https://packagist.org/packages/phpmyadmin/shapefile)
@@ -19,14 +19,14 @@ making translations or offering new ideas please contact us.
1919

2020
Please use [Composer][1] to install:
2121

22-
```
22+
```sh
2323
composer require phpmyadmin/shapefile
2424
```
2525

2626
To be able to read and write the associated DBF file, you need ``dbase``
2727
extension:
2828

29-
```
29+
```sh
3030
pecl install dbase
3131
echo "extension=dbase.so" > /etc/php7/conf.d/dbase.ini
3232
```

0 commit comments

Comments
 (0)