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

Commit

Permalink
only keep android lint to test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 31, 2019
1 parent efa2145 commit 3e66136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -193,7 +193,8 @@ script:
# androidLint danger need the project .git directory to get github repo infomation
# and it read from .git from current directory
# 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 ../
# mv ../.git ./ && bundle exec danger --danger_id=androidLint --dangerfile=../Dangerfile-android && mv .git ../
bundle exec danger --danger_id=androidLint --dangerfile=../Dangerfile-android
fi
fi
Expand Down

0 comments on commit 3e66136

Please sign in to comment.