Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes HHVM from TravisCI #76

Merged
merged 2 commits into from Oct 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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