Moved it to the before script section (maybe?)
This commit is contained in:
parent
8bbf39089f
commit
377f801c2e
1 changed files with 3 additions and 4 deletions
|
@ -9,18 +9,17 @@ matrix:
|
|||
- php: hhvm
|
||||
|
||||
install:
|
||||
- ls -al /etc/
|
||||
- cat /etc/php.ini
|
||||
- composer install
|
||||
- cd vendors/php-test-helpers
|
||||
- phpize
|
||||
- ./configure --enable-test-helpers
|
||||
- make
|
||||
- sudo make install
|
||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
- cat /etc/php.ini
|
||||
- cd ../../
|
||||
|
||||
before_script:
|
||||
- echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
script:
|
||||
- mkdir -p vendors/build/logs
|
||||
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/vendors/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue