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

Commit 4b30d74

Browse files
committed
test for dangerfile ruby
1 parent b6cb33b commit 4b30d74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ install:
9797
npm install
9898
cd weex-playground/ios && pod install --repo-update
9999
cd ../../
100-
# elif [[ ("${FORMAT_CODE}" = "true" )]]; then
101-
# # gem install bundler
102-
# bundle install
100+
elif [[ ("${FORMAT_CODE}" = "true" )]]; then
101+
bundle install
103102
fi
104103
105104
script:

0 commit comments

Comments
 (0)