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

12 lines
295 B
YAML
Raw Normal View History

2011-11-10 03:27:56 +00:00
language: php
2011-11-22 08:28:10 +00:00
php:
- 5.3.3
2011-11-10 03:27:56 +00:00
- 5.3
- 5.4
2012-04-18 10:16:34 +01:00
before_script:
- curl -s http://getcomposer.org/installer | php
- COMPOSER_ROOT_VERSION=dev-master php composer.phar --dev install
- php src/Symfony/Component/Locale/Resources/data/build-data.php
- export USE_INTL_ICU_DATA_VERSION=1