Added manual install steps
Seems the PECL version of test-helpers isn't up to date. Had to compile it manually locally and evidently have to do the same on travis-ci until pecl is updated.
This commit is contained in:
parent
984dfe66cc
commit
2357469d5b
1 changed files with 7 additions and 2 deletions
|
@ -10,8 +10,13 @@ matrix:
|
|||
|
||||
install:
|
||||
- composer install
|
||||
- pear channel-discover pear.phpunit.de
|
||||
- pecl install phpunit/test_helpers
|
||||
- git clone git@github.com:php-test-helpers/php-test-helpers.git
|
||||
- cd php-test-helpers
|
||||
- phpize
|
||||
- ./configure --enable-test-helpers
|
||||
- make
|
||||
- sudo make install
|
||||
- echo "extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
script:
|
||||
- mkdir -p vendors/build/logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue