Skip to content

Commit

Permalink
updated travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Shipley committed Oct 23, 2013
1 parent 9f615a2 commit d48eb9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/config.travis.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

0 comments on commit d48eb9f

Please sign in to comment.