Skip to content

Commit 7e26d98

Browse files
authored
Updated actions env, removed travis-ci (#64)
* set php version to >=7.0 or 8 Signed-off-by: fenn-cs <[email protected]> * updated php_codesniffer Signed-off-by: fenn-cs <[email protected]> * updated to ubuntu 20.04 Signed-off-by: fenn-cs <[email protected]> * removed travis-ci and added github actions build status to readme Signed-off-by: fenn-cs <[email protected]>
1 parent 8186aed commit 7e26d98

File tree

3 files changed

+2
-90
lines changed

3 files changed

+2
-90
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
main:
55
name: phpList Base Dist on PHP ${{ matrix.php-versions }}, with dist ${{ matrix.dependencies }} [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

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# phpList 4 web frontend
22

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

0 commit comments

Comments
 (0)