Skip to content

Commit

Permalink
Updates base composer packages, adds support for PHP 7.1 in CI tests.…
Browse files Browse the repository at this point in the history
… Refactored variable names to use camelCase.
  • Loading branch information
allebb committed Dec 4, 2016
1 parent ce047f1 commit b285878
Show file tree
Hide file tree
Showing 9 changed files with 360 additions and 365 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
allow_failures:
- php: 7.0

sudo: false

install: travis_retry composer install --no-interaction --prefer-source --dev
install: travis_retry composer install --no-interaction --prefer-source

script: vendor/bin/phpunit --coverage-clover=coverage.clover

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This client library is released under the [MIT license](LICENSE).

This library is developed and tested for PHP 5.3+

This library is unit tested against PHP 5.3, 5.4, 5.5, 5.6, HHVM and 7.0!
This library is unit tested against PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1 and HHVM!

## Setup

Expand Down Expand Up @@ -70,7 +70,7 @@ A set of working examples can be found in the ``/examples`` directory, feel free

This library is fully unit tested using [PHPUnit](https://phpunit.de/).

I use TravisCI for continuous integration, which triggers tests for PHP 5.3, 5.4, 5.5, 5.6, 7.0 and HHVM everytime a commit is pushed.
I use TravisCI for continuous integration, which triggers tests for PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1 and HHVM everytime a commit is pushed.

If you wish to run the tests yourself you should run the following:

Expand Down
Loading

0 comments on commit b285878

Please sign in to comment.