Fix "Error: No .class files were found in project ".", so none of the classfile based checks could be run."

This commit is contained in:
Miłosz Sieradzki 2014-07-20 13:04:45 +02:00
parent 335beb1a00
commit 00e66547af

View File

@ -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 .