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 2d96450 commit b6cb33b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ install:
npm install
cd weex-playground/ios && pod install --repo-update
cd ../../
elif [[ ("FORMAT_CODE" = "true" )]]; then
gem install bundler
bundle install
# elif [[ ("${FORMAT_CODE}" = "true" )]]; then
# # gem install bundler
# bundle install
fi
script:
Expand Down Expand Up @@ -187,7 +187,7 @@ script:
fi
fi
if [[ ("FORMAT_CODE" = "true" )]]; then
if [[ ("${FORMAT_CODE}" = "true" )]]; then
echo "exec danger ruby"
bundle exec danger
fi
Expand Down

0 comments on commit b6cb33b

Please sign in to comment.