Skip to content

Commit b7c395e

Browse files
committed
Adds travis build support for PHP 7.3.
1 parent c5ec35b commit b7c395e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ php:
99
- 7.0
1010
- 7.1
1111
- 7.2
12-
- hhvm
12+
- 7.3
13+
- nightly
1314

1415
sudo: false
1516

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirements
1515

1616
* PHP >= 5.4.0
1717

18-
This library is unit tested against PHP 5.4, 5.5, 5.6, 7.0 and HHVM!
18+
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!
1919

2020
License
2121
-------
@@ -48,7 +48,7 @@ Tests and coverage
4848

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

51-
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.
51+
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.
5252

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

0 commit comments

Comments
 (0)