Skip to content

Commit

Permalink
Updated the travis configuration to build for PHP 7.3 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 3, 2019
1 parent 65ccc10 commit 66c7c5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
- 7.1
- 7.2
- 7.3
- nightly

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Requirements
* PHP >= 5.5.0
* cURL

This library is unit tested against PHP 5.5, 5.6, 7.0 and HHVM!
This library is unit tested against PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3 and the PHP nightly build!

License
-------
Expand Down Expand Up @@ -71,7 +71,7 @@ Tests and coverage

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

I use [TravisCI](https://travis-ci.org/) for continuous integration, which triggers tests for PHP 5.5, 5.6, 7.0 and HHVM every time a commit is pushed.
I use [TravisCI](https://travis-ci.org/) for continuous integration, which triggers tests for PHP 5.5, 5.6, 7.0, 7.1, 7.2, 7.3 and the PHP nightly build every time a commit is pushed.

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

Expand Down

0 comments on commit 66c7c5a

Please sign in to comment.