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

Commit

Permalink
remove android lint plugin test2
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 31, 2019
1 parent 2583824 commit d0b48c0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ script:
# -max-priority-2=15000 \
# -max-priority-3=15000 > oclint.log
# export COMMAND="cat ios/sdk/oclint.log | grep -i \"P[1|2]\""
# cd ../../ && npm run danger -- ci -i output --dangerfile ./dangerfile-output.js
# cd ../../ && npm run danger -- ci -i oclint --dangerfile ./dangerfile-output.js
# fi
# fi
Expand All @@ -195,7 +195,11 @@ script:
# # so temp to mv .git to current directory and mv .git to it's origin directory after exec androidLint plugin
# # mv ../.git ./ && bundle exec danger --danger_id=androidLint --dangerfile=../Dangerfile-android && mv .git ../
# bundle exec danger --danger_id=androidLint --dangerfile=../Dangerfile-android
./gradlew lint
./gradlew lint --quiet
export COMMAND="echo AndroidLint"
npm run danger -- ci -i androidlint --dangerfile ../dangerfile-output.js
export COMMAND="cat app/build/reports/lint/lint-result.xml"
npm run danger -- ci -i androidlint --dangerfile ../dangerfile-output.js
fi
fi
Expand Down

0 comments on commit d0b48c0

Please sign in to comment.