Skip to content

Commit 0dd5443

Browse files
committed
Remove Travis
1 parent 08a1ec4 commit 0dd5443

File tree

4 files changed

+20
-51
lines changed

4 files changed

+20
-51
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build-test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v2
11+
12+
- uses: php-actions/composer@v5
13+
14+
- name: PHPUnit Tests
15+
uses: php-actions/phpunit@v2
16+
with:
17+
bootstrap: vendor/autoload.php
18+
configuration: test/phpunit.xml
19+
args: --coverage-text

.github/workflows/php.yml

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

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This yocLibrary enables your project to encode and decode Open Location Codes in
44

55
## Status
66

7-
[![Build Status](https://travis-ci.com/yocto/yoclib-openlocationcode-php.svg?branch=master)](https://travis-ci.com/yocto/yoclib-openlocationcode-php)
7+
[![CI](https://github.com/yocto/yoclib-openlocationcode-php/actions/workflows/ci.yml/badge.svg)](https://github.com/yocto/yoclib-openlocationcode-php/actions/workflows/ci.yml)
88

99
## Installation
1010

0 commit comments

Comments
 (0)