Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Sep 16, 2019
2 parents 9554630 + 4e4273d commit 61fca12
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dist: trusty
sudo: required
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

before_install:
- sudo apt-get -qq update

before_script:
- composer self-update
- composer install

script: vendor/bin/phpunit
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Latest Version](http://img.shields.io/packagist/v/elgigi/lyra-payments.svg?style=flat-square)](https://github.com/ElGigi/LyraPayments/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/scrutinizer/build/g/ElGigi/LyraPayments.svg?style=flat-square)](https://scrutinizer-ci.com/g/ElGigi/LyraPayments/build-status/master)
[![Quality Score](https://img.shields.io/scrutinizer/g/ElGigi/LyraPayments.svg?style=flat-square)](https://scrutinizer-ci.com/g/ElGigi/LyraPayments)
[![Build Status](https://img.shields.io/travis/com/ElGigi/LyraPayments?style=flat-square)](https://travis-ci.com/ElGigi/LyraPayments)
[![Codacy Grade](https://img.shields.io/codacy/grade/a330af553b394da58c0e04b34331f6e2.svg?style=flat-square)](https://www.codacy.com/app/ElGigi/LyraPayments?utm_source=github.com&utm_medium=referral&utm_content=ElGigi/LyraPayments&utm_campaign=Badge_Grade)
[![Total Downloads](https://img.shields.io/packagist/dt/elgigi/lyra-payments.svg?style=flat-square)](https://packagist.org/packages/elgigi/lyra-payments)

PHP client to dialog with Lyra Network web services v5, payment solution for:
Expand Down

0 comments on commit 61fca12

Please sign in to comment.