Skip to content

Commit f6596fe

Browse files
authored
removed travis-ci and added github actions build status to readme (#319)
Signed-off-by: fenn-cs <[email protected]>
1 parent bb5cfc1 commit f6596fe

File tree

3 files changed

+3
-93
lines changed

3 files changed

+3
-93
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
main:
55
name: phpList on PHP ${{ matrix.php-versions }} [Build, Test]
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-20.04
77
env:
88
DB_DATABASE: phplist
99
DB_USERNAME: root

.travis.yml

-91
This file was deleted.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# phpList core module
22

3-
[![Build Status](https://travis-ci.com/phpList/core.svg?branch=master)](https://travis-ci.com/phpList/core)
3+
4+
[![Build Status](https://github.com/phpList/core/workflows/phpList%20Build/badge.svg)](https://github.com/phpList/web-frontend/actions)
45
[![Latest Stable Version](https://poser.pugx.org/phplist/core/v/stable.svg)](https://packagist.org/packages/phpList/core)
56
[![Total Downloads](https://poser.pugx.org/phplist/core/downloads.svg)](https://packagist.org/packages/phpList/core)
67
[![Latest Unstable Version](https://poser.pugx.org/phplist/core/v/unstable.svg)](https://packagist.org/packages/phpList/core)

0 commit comments

Comments
 (0)