Skip to content
Snippets Groups Projects
Unverified Commit a7d443b3 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Bye bye HHVM

HHVM is not compatible with Symfony4 and it is no longer worth the hassle
parent 0da49503
No related branches found
No related tags found
No related merge requests found
......@@ -6,16 +6,11 @@ php:
- 7.1
- 7.2
- 7.3
- hhvm
env:
- COMMAND="install"
- COMMAND="update"
matrix:
allow_failures:
- php: hhvm
before_script:
- composer ${COMMAND}
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:0.3.92; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment