Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Updated findbugs task and the travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lord committed Jul 31, 2016
1 parent 302ac73 commit 466b20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android:
- extra-android-support
- extra-android-m2repository

script: ./gradlew clean build check
script: ./gradlew clean check

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion quality-checks.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ subprojects { project ->
toolVersion '3.0.1'
}

task findbugs(type: FindBugs) {
task findbugs(type: FindBugs, dependsOn: 'assemble') {
group "Verification"

excludeFilter = rootProject.file('config/findbugs/findbugs-filter.xml')
Expand Down

0 comments on commit 466b20e

Please sign in to comment.