revert last change

This commit is contained in:
Patrick Henninger
2019-01-08 23:26:17 +01:00
parent a97e055ed3
commit 8a73831c33

View File

@@ -4,14 +4,9 @@ php:
- 7.1
- 7.2
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
before_script:
- composer self-update
- composer update --no-suggest $PREFER_LOWEST
- composer update --no-suggest
- composer install --no-interaction
script: