From 00e66547af7cc14b723f1b0c44298ee90eec1b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sieradzki?= Date: Sun, 20 Jul 2014 13:04:45 +0200 Subject: [PATCH] Fix "Error: No .class files were found in project ".", so none of the classfile based checks could be run." --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea02b6f..972e607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_install: install: - ./setup-ant.sh script: - - lint -w --exitcode --disable MissingTranslation . && ant debug + - ant debug && lint -w --exitcode --disable MissingTranslation .