Fixed vendor paths and build path

This commit is contained in:
Joshua Sherman 2014-01-20 22:29:08 -05:00
parent ec02d03457
commit 4e7f442f86
3 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,7 @@ services:
install:
- composer install
- mkdir vendor/php-test-helpers
- git clone https://github.com/php-test-helpers/php-test-helpers.git /tmp/php-test-helpers
- git clone https://github.com/php-test-helpers/php-test-helpers.git vendor/php-test-helpers
- cd vendor/php-test-helpers
- phpize
- ./configure --enable-test-helpers