mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
Trying to fix travis
This commit is contained in:
parent
25f53eb139
commit
9f21396896
2 changed files with 2 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue