This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/.travis.yml
2012-11-17 15:28:39 +00:00

14 lines
286 B
YAML

language: php
php:
- 5.3.3
- 5.3
- 5.4
before_script:
- COMPOSER_ROOT_VERSION=dev-master composer --prefer-source --dev install
- php src/Symfony/Component/Locale/Resources/data/build-data.php
- export USE_INTL_ICU_DATA_VERSION=1
script: phpunit -dzend.enable_gc=0