diff --git a/.travis.yml b/.travis.yml index 6ef831af71..74231b551d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ;