Skip to content

Commit

Permalink
🔥 Removes HHVM from TravisCI (#76)
Browse files Browse the repository at this point in the history
* 🔥 Removes HHVM from TravisCI

* 🔥 Removes HHVM from TravisCI
  • Loading branch information
frenck committed Oct 26, 2018
1 parent 374914b commit 6b93b33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@
language: php

php:
- hhvm
- 7.3
- 7.1
- 7.0
Expand Down Expand Up @@ -30,9 +29,6 @@ matrix:
# As 'trusty' is not supporting PHP 5.2/5.3 anymore, we need to force using 'precise'.
dist: precise

allow_failures:
- php: hhvm

fast_finish: true

before_install:
Expand Down

0 comments on commit 6b93b33

Please sign in to comment.