Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
read sdk/build/reports/lint-results.xml and update
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 31, 2019
1 parent 18bd209 commit b6aa447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ script:
# bundle exec danger --danger_id=androidLint --dangerfile=../Dangerfile-android
./gradlew lint --quiet
export COMMAND="echo AndroidLint"
npm run danger -- ci -i androidlint --dangerfile ../dangerfile-output.js
export COMMAND="cat sdk/build/reports/lint-results.xml"
npm run danger -- ci -i androidlint --dangerfile ../dangerfile-output.js
cd ../ && npm run danger -- ci -i androidlint --dangerfile ./dangerfile-output.js && cd android
export COMMAND="cat android/sdk/build/reports/lint/lint-result.xml"
cd ../ && npm run danger -- ci -i androidlint --dangerfile ./dangerfile-output.js
fi
fi
Expand Down

0 comments on commit b6aa447

Please sign in to comment.