Skip to content

Commit b37fb92

Browse files
authored
Merge pull request #20 from ingrammicro/add-php-7.3-on-build-and-tests
Update .travis.yml
2 parents ee53a87 + 0c8c138 commit b37fb92

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- '7.0'
66
- '7.1'
77
- '7.2'
8+
- '7.3'
89

910
install:
1011
- composer install
@@ -13,4 +14,4 @@ script:
1314
- ./vendor/bin/phpunit -c ./phpunit.xml
1415

1516
after_success:
16-
- bash <(curl -s https://codecov.io/bash)
17+
- bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Connect PHP SDK
44

55
[![Build Status](https://travis-ci.com/ingrammicro/connect-php-sdk.svg?branch=master)](https://travis-ci.com/ingrammicro/connect-php-sdk) [![Latest Stable Version](https://poser.pugx.org/apsconnect/connect-sdk/v/stable)](https://packagist.org/packages/apsconnect/connect-sdk) [![License](https://poser.pugx.org/apsconnect/connect-sdk/license)](https://packagist.org/packages/apsconnect/connect-sdk) [![codecov](https://codecov.io/gh/ingrammicro/connect-php-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/ingrammicro/connect-php-sdk)
6+
[![PHP Version](https://img.shields.io/packagist/php-v/apsconnect/connect-sdk.svg?style=flat&branch=master)](https://packagist.org/packages/apsconnect/connect-sdk)
7+
[![PHP Eye](https://img.shields.io/php-eye/apsconnect/connect-sdk.svg?style=flat&branch=master&label=PHP-Eye%20tested)](https://php-eye.com/package/apsconnect/connect-sdk)
68

79
## Getting Started
810
Connect PHP SDK allows an easy and fast integration with [Connect](http://connect.cloud.im/) fulfillment API. Thanks to it you can automate the fulfillment of orders generated by your products.

0 commit comments

Comments
 (0)