From: Christian Weiske Date: Wed, 25 Jan 2012 22:07:05 +0000 (+0100) Subject: travis-ci: install pear itself for the exception file X-Git-Tag: v0.98.6~56 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5aa4f0ae1e69bd5c62a05d819b3b8765846339c3;p=semanticscuttle.git travis-ci: install pear itself for the exception file --- diff --git a/.travis.yml b/.travis.yml index 42703d3..909678f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,5 @@ before_script: - mysql semanticscuttle_test < data/tables.sql - cat data/config.php.dist | sed "s/'username'/'root'/" | sed "s/'password'/''/" | sed "s/'scuttle'/'semanticscuttle_test'/" > data/config.php - pyrus install pear/HTTP_Request2 + - pyrus install pear/PEAR - phpenv rehash