Skip to content

Commit f07e7ea

Browse files
authored
Merge pull request #3 from nprdm/feature/travis-ci
Feature/travis ci
2 parents 9d892a0 + be92413 commit f07e7ea

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sudo: false
2+
language: php
3+
php:
4+
- '5.5'
5+
- '5.6'
6+
- '7.0'
7+
- '7.1'
8+
- hhvm
9+
before_script:
10+
- composer install --no-interaction
11+
script: vendor/bin/phpunit
12+
notifications:
13+
email: false
14+
slack:
15+
secure: GlR95bZMronEH4ItJs9iQVYLkfY149atnk3S7bW4IoQKPUKGO9XsY33dMziwiJdL34SWfTP6w0g8zfpTQytwXBPVcoa5x2OXbpdRMN5QKUEELMCZLpUjcN79qPA2p/jaHSSKjbDa5eTKQEg7SytpwBeJrUa7Dt0zcpU/UqVcirQkQyml5L37jprJaxstdqbkx93HMJmT+o2ltVq2D7K39W53bCOzg2fXnvh7C/s1lNxyTmWsGwm/9K/UX7NvSu0dQwP8b2DBZURMH67r7vIFGSF1FZ9gx4pCtk8B3qQPvDM+w6eLwZ2nTKTyRxc3NkWwlsMsGJ3yvB0+OY2SyY7W2svWW2iAaEG+IYNcGaR9rgMUj6RmiPeP/Cif8Te4oWn3uObjLH808TXGLs0wA2RtH0gm0ag1Pz8PlZgepZ0l0t4YZ2t8I9IsyhKJhtHtY4/B/V3Q7ckRIgbeltei9yMSTZxqPKKA+V7aKEpTsWncwWWAdGfSZQ1LnohPY2XH/xC5FrCK+sCcTOnjzCa5n9UxF5itrEc+pLUiR+kHofvjFsCPeTU2wwAbFQetqp/+xrPCtjvkoyO4WMq7toEpng1ZoJj30OjIznZeamMr13GfLviANfQQPLSwA5CzGx3xXhuSLRpFtDceYK0us+24m0IiaMhTiHEG8UJgyp1FJQROE2k=

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.1.1"></a>
2+
# 1.1.1 (2016-08-08)
3+
4+
Added support for Travis CI
5+
16
<a name="1.1.0"></a>
27
# 1.1.0 (2016-08-04)
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A PHP-based server-side proxy for interacting with the [NPR One API](http://dev.npr.org/api/)'s authorization server. Use this proxy to secure your OAuth2 credentials.
44

5-
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy)
5+
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy)[![Build Status](https://travis-ci.org/nprdm/npr-one-backend-proxy-php.svg?branch=master)](https://travis-ci.org/nprdm/npr-one-backend-proxy-php)
66

77

88
##### Table of Contents

0 commit comments

Comments
 (0)