Skip to content

Commit

Permalink
Replace Travis badge with GitHub Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Oct 13, 2020
1 parent 84cbe75 commit 1ca0b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
@@ -1,4 +1,4 @@
name: Run all tests
name: Tests and linting

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# PHP API Client for Matej recommendation engine

[![Latest Stable Version](https://img.shields.io/packagist/v/lmc/matej-client.svg?style=flat-square)](https://packagist.org/packages/lmc/matej-client)
[![Travis Build Status](https://img.shields.io/travis/lmc-eu/matej-client-php/master.svg?style=flat-square)](https://travis-ci.org/lmc-eu/matej-client-php)
[![GitHub Actions Build Status](https://img.shields.io/github/workflow/status/lmc-eu/matej-client-php/Tests%20and%20linting?style=flat-square&label=GitHub%20Actions%20build)](https://github.com/lmc-eu/matej-client-php/actions)
[![Coverage Status](https://img.shields.io/coveralls/lmc-eu/matej-client-php/master.svg?style=flat-square)](https://coveralls.io/r/lmc-eu/matej-client-php?branch=master)

## Still using PHP 5.6?
Expand Down

0 comments on commit 1ca0b3a

Please sign in to comment.