Skip to content

Commit

Permalink
removed travis-ci and added github actions build status to readme (#319)
Browse files Browse the repository at this point in the history
Signed-off-by: fenn-cs <[email protected]>
  • Loading branch information
Fenn-CS authored Feb 9, 2021
1 parent bb5cfc1 commit f6596fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
main:
name: phpList on PHP ${{ matrix.php-versions }} [Build, Test]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
DB_DATABASE: phplist
DB_USERNAME: root
Expand Down
91 changes: 0 additions & 91 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# phpList core module

[![Build Status](https://travis-ci.com/phpList/core.svg?branch=master)](https://travis-ci.com/phpList/core)

[![Build Status](https://github.com/phpList/core/workflows/phpList%20Build/badge.svg)](https://github.com/phpList/web-frontend/actions)
[![Latest Stable Version](https://poser.pugx.org/phplist/core/v/stable.svg)](https://packagist.org/packages/phpList/core)
[![Total Downloads](https://poser.pugx.org/phplist/core/downloads.svg)](https://packagist.org/packages/phpList/core)
[![Latest Unstable Version](https://poser.pugx.org/phplist/core/v/unstable.svg)](https://packagist.org/packages/phpList/core)
Expand Down

0 comments on commit f6596fe

Please sign in to comment.