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

Commit

Permalink
test for dangerfile ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent b189e3d commit 2d96450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ install:
npm install
cd weex-playground/ios && pod install --repo-update
cd ../../
elif [[ ("FORMAT_CODE" = "true" )]]; then
gem install bundler
bundle install
fi
script:
Expand Down Expand Up @@ -185,6 +188,7 @@ script:
fi
if [[ ("FORMAT_CODE" = "true" )]]; then
echo "exec danger ruby"
bundle exec danger
fi
Expand Down

0 comments on commit 2d96450

Please sign in to comment.