install ast

This commit is contained in:
Dennis Eichhorn 2018-08-04 15:09:38 +02:00
parent 121fb83695
commit 3e9d5f4108

View File

@ -3,6 +3,7 @@ php:
- '7.2'
- nightly
before_script:
- pecl install ast
- composer install
script:
- vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xm