Skip to content

Commit

Permalink
remove travis builds for hhvm
Browse files Browse the repository at this point in the history
hhvm is not anymore mainstream since php7
  • Loading branch information
LeoColomb authored Nov 28, 2017
1 parent 4404527 commit 3841fb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false
dist: trusty
language: php

env:
Expand All @@ -17,12 +15,10 @@ matrix:
- php: 7.1
- php: 7.2
- php: nightly
- php: hhvm
fast_finish: true
allow_failures:
- php: nightly
- php: 7.2
- php: hhvm

before_script:
- which phpunit
Expand Down

0 comments on commit 3841fb1

Please sign in to comment.