aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-21 11:30:23 -0700
committerKenny Root <kenny@the-b.org>2015-10-21 11:30:25 -0700
commit0d5194f4db059a50aa253458631f1f2410f15e86 (patch)
treeb2ee6fe780f2a7c139ea6e5e55e769ac69d25c73 /.travis.yml
parent5167296d8afe1bc945908f3b6b2476feed48a8d1 (diff)
downloadconnectbot-0d5194f4db059a50aa253458631f1f2410f15e86.tar.gz
connectbot-0d5194f4db059a50aa253458631f1f2410f15e86.tar.bz2
connectbot-0d5194f4db059a50aa253458631f1f2410f15e86.zip
Rename check-lint-count.sh to .bash
linthub.io was examining these as POSIX scripts to it was complaining about bash-isms. Move this to .bash to give it a better hint about what kind of file this is.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 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