Switched to HTTPS instead of SSH
Hoping that clears up the prompt
This commit is contained in:
parent
e2f8464c51
commit
ec02d03457
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
install:
|
||||
- composer install
|
||||
- mkdir vendor/php-test-helpers
|
||||
- git clone git@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 /tmp/php-test-helpers
|
||||
- cd vendor/php-test-helpers
|
||||
- phpize
|
||||
- ./configure --enable-test-helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue