mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
Fix .travis.yml
This commit is contained in:
parent
7faa1dcab9
commit
5b96a11a1f
@ -11,8 +11,8 @@ php:
|
||||
- hhvm
|
||||
|
||||
install:
|
||||
if [ $TRAVIS_PHP_VERSION = '5.6' ]; composer require satooshi/php-coveralls '~1.0'; fi
|
||||
composer install --prefer-source
|
||||
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; composer require satooshi/php-coveralls '~1.0'; fi
|
||||
- composer install --prefer-source
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
Loading…
Reference in New Issue
Block a user