Skip to content

Commit

Permalink
Test against PHP 7.3 and use legacy PHPUnit 5 on legacy HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 29, 2019
1 parent a0878a0 commit 488f2be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm # ignore errors, see below
- 7.3
# - hhvm # requires legacy phpunit & ignore errors, see below

# lock distro so new future defaults will not break the build
dist: trusty
Expand All @@ -17,6 +18,8 @@ matrix:
include:
- php: 5.3
dist: precise
- php: hhvm
install: composer require phpunit/phpunit:^5 --dev --no-interaction
allow_failures:
- php: hhvm

Expand Down

0 comments on commit 488f2be

Please sign in to comment.