travis-ci: install pear itself for the exception file

This commit is contained in:
Christian Weiske 2012-01-25 23:07:05 +01:00
parent 2b345be6de
commit 5aa4f0ae1e

View File

@ -10,4 +10,5 @@ before_script:
- mysql semanticscuttle_test < data/tables.sql - 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 - 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/HTTP_Request2
- pyrus install pear/PEAR
- phpenv rehash - phpenv rehash