From 86da1b3bf465008bbfec87066e68c7a18ea9481d Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Mon, 30 Jul 2012 23:14:01 -0300 Subject: [PATCH] [Locale] added ICU update-data script to be run before the test suite --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 94afb774d0..3a5f0cc36a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ php: 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/update-data.php \ No newline at end of file