Skip to content

Commit

Permalink
Adds travis build support for PHP 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 3, 2019
1 parent c5ec35b commit b7c395e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm
- 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 @@ -15,7 +15,7 @@ Requirements

* PHP >= 5.4.0

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

License
-------
Expand Down Expand Up @@ -48,7 +48,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.4, 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.4, 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 b7c395e

Please sign in to comment.