From 30b59b3432344ce6ba2ded960194aa88bd01e030 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 20 Aug 2015 16:02:27 -0700 Subject: travis: make sure we do not increase lint issues --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d7b9232..540cff3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ cache: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/dists/ - $HOME/.cache/ndk + - $HOME/.cache/lint before_cache: - find $HOME/.gradle -name "*.lock" -exec rm {} \; - rm -rf $HOME/.gradle/caches/[1-9]* @@ -24,6 +25,7 @@ addons: - ia32-libs-multiarch - libgd2-xpm - p7zip-full + - libxml2-utils # ./scripts/check-lint-count.sh coverity_scan: project: name: "connectbot/connectbot" @@ -39,6 +41,8 @@ before_script: - curl https://dl.google.com/android/ndk/android-ndk-${NDK_VERSION}-linux-x86_64.bin -z $HOME/.cache/ndk/ndk-${NDK_VERSION}.bin -o $HOME/.cache/ndk/ndk-${NDK_VERSION}.bin - 7z x -y $HOME/.cache/ndk/ndk-${NDK_VERSION}.bin | grep -v 'ing ' - echo "ndk.dir=`pwd`/android-ndk-${NDK_VERSION}" >> local.properties + # For the lint checking mechanism + - mkdir -p $HOME/.cache/lint android: components: @@ -49,6 +53,8 @@ android: license: - '.+' -script: ./gradlew build check jacocoTestDebugReport +script: + - ./gradlew build check jacocoTestDebugReport + - ./scripts/check-lint-count.sh app/build/outputs/lint-results.xml $HOME/.cache/lint/issue-count.txt $HOME/.cache/lint/issue-count.txt after_success: ./gradlew coveralls -- cgit v1.2.3