From 981b90ba8a7112003b3d9f69d10f80e6b3048c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 25 Jan 2016 12:08:41 +0100 Subject: [PATCH] Move lint to separate step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da89d65eb6..0fefa218c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ before_script: script: - ant clean - ant locales + - ant lint - set -e; if [ $TRAVIS_PHP_VERSION == "hhvm" ] ; then ant phpunit-hhvm ; @@ -45,7 +46,6 @@ script: if [ ! -z "$SELENIUM" ] ; then ant phpunit-nocoverage ; else - ant lint ; ant phpunit ; fi ; fi