Browse Source

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

master
Miłosz Sieradzki 10 years ago
parent
commit
00e66547af
  1. 2
      .travis.yml

2
.travis.yml

@ -12,4 +12,4 @@ before_install: @@ -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 .

Loading…
Cancel
Save