Skip to content

Commit

Permalink
Use legacy PHPUnit 5 on legacy HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 9, 2019
1 parent 96405a4 commit 8cdc439
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ php:
- 7.0
- 7.1
- 7.2
- hhvm # ignore errors, see below
# - 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 +17,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 8cdc439

Please sign in to comment.