Need locales for testing as well

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-27 11:07:50 +01:00
parent 09eed1f8e9
commit ced826dde3

View File

@ -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