From 2e6614d45361b7363397b2d9f404ed035341a660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 16:12:05 +0100 Subject: [PATCH] Run clean as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 134cb639cd..3c100dd894 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ before_script: - if [ -n "$SELENIUM" ] ; then ./test/install-browserstack ; fi script: + - ant clean - ant locales - ant lint - set -e;