Skip to content

Commit

Permalink
Test against 3.x version of hhvm (webmozarts#109)
Browse files Browse the repository at this point in the history
Version 4 dropped most php support, as well as breaking composer.
We keep hhvm 3.30.* support for now.
  • Loading branch information
BackEndTea authored Jun 24, 2019
1 parent 2bff8aa commit 80778ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ matrix:
- php: 7.3
env: COVERAGE=yes
- php: 7.4snapshot
- php: hhvm
- php: hhvm-3.30
- php: nightly
allow_failures:
- php: 7.4snapshot
- php: hhvm
- php: hhvm-3.30
- php: nightly
fast_finish: true

Expand Down

0 comments on commit 80778ec

Please sign in to comment.