From ced826dde34b23540990e8391ac5e2ed50630f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Mar 2014 11:07:50 +0100 Subject: [PATCH] Need locales for testing as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a54404ead..0819a0655c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ before_script: fi ; fi script: + - ant locales - if [[ -z "$LINT" ]] ; then export TESTSUITE_URL="http://127.0.0.1:$TRAVIS_BUILD_NUMBER" ; if [[ $TRAVIS_PHP_VERSION == "hhvm" ]] ; then @@ -55,7 +56,7 @@ script: ant phpunit ; fi ; else - ant lint locales ; + ant lint ; fi after_script: - php vendor/bin/coveralls -v