Skip to content

Commit 741eb27

Browse files
Remove HHVM, not all required extensions are available. Also build against PHP 7.3
1 parent 8c81b82 commit 741eb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php:
1111
- 7.0
1212
- 7.1
1313
- 7.2
14-
- hhvm
14+
- nightly
1515

1616
env:
1717
global:
@@ -29,7 +29,7 @@ services:
2929
matrix:
3030
fast_finish: true
3131
allow_failures:
32-
- php: hhvm
32+
- php: nightly
3333

3434
before_install:
3535
- phpenv config-add tests/php-travis.ini

0 commit comments

Comments
 (0)