Trying to fix travis

This commit is contained in:
Alexandre Gaigalas 2011-12-22 17:42:07 -02:00
parent 4c2a81fc64
commit e4a10dd982
2 changed files with 5 additions and 2 deletions

View file

@ -8,5 +8,8 @@ php:
before_script:
- "pyrus channel-discover pear.symfony.com"
- "pyrus channel-discover packages.zendframework.com"
- "sudo make dev-travis"
- "pyrus install pear.symfony.com/Validator"
- "pyrus install packages.zendframework.com/Zend_Validator"
- "pyrus install packages.zendframework.com/Zend_Filter"
- "pyrus install packages.zendframework.com/Zend_Registry"
- "phpenv rehash"

View file

@ -36,7 +36,7 @@ dev:
dev-travis:
@echo "Installing Pyrus packages... (please run as root if needed)"
pyrus install -f -o package.xml
pyrus install -f package.xml
patch:
@echo "Generating package.xml patch version"