Trying to fix travis

This commit is contained in:
Alexandre Gaigalas 2012-04-07 23:19:18 -03:00
commit 9f21396896
2 changed files with 2 additions and 4 deletions

View file

@ -13,4 +13,5 @@ before_script:
- "pyrus install -f packages.zendframework.com/Zend_Validator-beta"
- "pyrus install -f packages.zendframework.com/Zend_Filter-beta"
- "pyrus install -f packages.zendframework.com/Zend_Registry-beta"
- "make foundation"
- "phpenv rehash"

View file

@ -2,10 +2,7 @@
date_default_timezone_set('UTC');
$pear_path = trim(`pear config-get php_dir`);
set_include_path('../library'
. PATH_SEPARATOR . $pear_path
. PATH_SEPARATOR . get_include_path());
set_include_path('../library' . PATH_SEPARATOR . get_include_path());
/**
* Autoloader that implements the PSR-0 spec for interoperability between