From ec02d03457308f28856620b034dceaa2ea1eca0d Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Mon, 20 Jan 2014 22:26:29 -0500 Subject: [PATCH] Switched to HTTPS instead of SSH Hoping that clears up the prompt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99757c0..b9c5512 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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