From d48eb9f84a0c69aefd6e17600dd88fa78f47c158 Mon Sep 17 00:00:00 2001 From: Phillip Shipley Date: Wed, 23 Oct 2013 11:23:34 -0400 Subject: [PATCH] updated travis config file --- config/config.travis.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/config.travis.php b/config/config.travis.php index 77750a5..f385b22 100644 --- a/config/config.travis.php +++ b/config/config.travis.php @@ -3,5 +3,9 @@ return array( 'endpoint' => 'http://apiaxle.api.local:3000/v1', 'key' => 'apiaxle-travis-ci-key', - 'secret' => 'apiaxle-travis-ci-secret' + 'secret' => 'apiaxle-travis-ci-secret', + 'ssl_verifypeer' => true, + 'proxy_enable' => false, + 'proxy_host' => '127.0.0.1', + 'proxy_port' => '8888', );