respect-validation/.travis.yml
2012-03-22 22:49:29 -03:00

17 lines
516 B
YAML

language: php
script: make test
php:
- 5.3
- 5.4
before_script:
- "pyrus channel-discover pear.symfony.com"
- "pyrus channel-discover packages.zendframework.com"
- "pyrus install -f pear.symfony.com/Validator"
- "pyrus install -f packages.zendframework.com/Zend_Locale-beta"
- "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"
- "phpenv rehash"