Temporarily remove locale and lint to make travis run fast

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-12-17 20:16:47 +11:00
parent 4622f16b1f
commit 102f89c511

View File

@ -36,8 +36,6 @@ before_script:
script:
- ant clean
- ant locales
- if [ -z "$SELENIUM" ] ; then ant lint ; fi
- set -e;
if [ $TRAVIS_PHP_VERSION == "hhvm" ] ; then
ant phpunit-hhvm ;