diff options
-rw-r--r-- | .travis.yml | 4 | ||||
-rwxr-xr-x | scripts/check-lint-count.bash (renamed from scripts/check-lint-count.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 54230d8..ef9e16c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ addons: - ia32-libs-multiarch - libgd2-xpm - p7zip-full - - xqilla # ./scripts/check-lint-count.sh + - xqilla # ./scripts/check-lint-count.bash coverity_scan: project: name: "connectbot/connectbot" @@ -55,6 +55,6 @@ android: script: - ./gradlew clean build check jacocoUnitTestDebugReport - - ./scripts/check-lint-count.sh app/build/outputs/lint-results.xml $HOME/.cache/lint/lint-results.xml + - ./scripts/check-lint-count.bash app/build/outputs/lint-results.xml $HOME/.cache/lint/lint-results.xml after_success: ./gradlew coveralls diff --git a/scripts/check-lint-count.sh b/scripts/check-lint-count.bash index 0397477..0397477 100755 --- a/scripts/check-lint-count.sh +++ b/scripts/check-lint-count.bash |