From f9ea5ee0e58cf1b372da5822679e1dc66c23c2ca Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 20 Jan 2013 19:23:33 -0500 Subject: [PATCH] Try without pear --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index de7125a..4cfe693 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ php: - "5.4" - "5.3" before_script: - - pear channel-discover phpseclib.sourceforge.net - - pear install phpseclib/Crypt_RSA + - git clone git://github.com/phpseclib/phpseclib.git phpseclib + - mv phpseclib/phpseclib/* ./