Skip to content

Commit

Permalink
GitHub #1 - Improvements to readme, include PHP 7 in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Oct 28, 2015
1 parent 22f680d commit bd76c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,11 +4,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_install:
- composer self-update
- composer install --verbose --dev --prefer-source --no-interaction -o
- composer install --verbose --prefer-source --no-interaction -o

script:
- ./vendor/bin/phpcs --standard=tests/phpcs.xml library/
Expand Down
5 changes: 3 additions & 2 deletions README.md
@@ -1,6 +1,7 @@
# Pushy - A PHP client for Pushover

Master: [![Build Status](https://travis-ci.org/sqmk/Pushy.png?branch=master)](https://travis-ci.org/sqmk/Pushy)
[![Latest Stable Version](https://poser.pugx.org/sqmk/Pushy/version)](https://packagist.org/packages/sqmk/Pushy)
[![Build Status](https://api.travis-ci.org/sqmk/Pushy.svg?branch=master)](https://travis-ci.org/sqmk/Pushy)

## Introduction

Expand All @@ -12,7 +13,7 @@ Interested in sending real-time mobile notifications to your iOS or Android devi

## Requirements

- PHP 5.4
- PHP 5.4+
- cURL extension

## Installation
Expand Down

0 comments on commit bd76c51

Please sign in to comment.