test: drop coveralls dependency

This commit is contained in:
Josh Sherman 2020-06-01 22:11:49 -05:00
parent fb97d20b8e
commit 0a8337ad7f
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 1 additions and 6 deletions

View file

@ -18,10 +18,6 @@ jobs:
run: php --version
- name: Composer Version
run: composer --version
- name: Update Composer
run: composer self-update
- name: Composer Version
run: composer --version
- name: Install Dependencies
run: COMPOSER_MEMORY_LIMIT=-1 composer install
- name: Run Tests