Skip to content

Commit 771a6e4

Browse files
author
Philo Hamel
committed
Install php-ast in Travis
1 parent 8ca2053 commit 771a6e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis/before-script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ elif [ "${PHP_MD}" = '1' ]; then
2020
elif [ "${PHP_STAN}" = '1' ]; then
2121
exit 0;
2222
elif [ "${PHP_PHAN}" = '1' ]; then
23+
pecl install ast;
2324
exit 0;
2425
fi
2526

0 commit comments

Comments
 (0)