1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Remove HHVM for now

This commit is contained in:
Aidan Woods 2018-12-05 10:19:07 +01:00
parent c419295466
commit 49829c2019
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -16,13 +16,12 @@ php:
- 7.2
- 7.3
- nightly
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: 7.3
install:
# remove everything to prevent composer trying to resolve these, see: https://github.com/composer/composer/issues/6011