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

Commit

Permalink
add asan
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 22, 2019
1 parent 950a8cb commit cedf4fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -44,9 +44,9 @@ matrix:
components:
- android-26
- extra-android-m2repository
# format code using clang-format
# - env: FORMAT_CODE=true
# language: ruby
format code using clang-format
- env: FORMAT_CODE=true
language: ruby

cache:
directories:
Expand Down Expand Up @@ -97,9 +97,9 @@ install:
npm install
cd weex-playground/ios && pod install --repo-update
cd ../../
# elif [[ ("${FORMAT_CODE}" = "true" )]]; then
# bundle install
# fi
elif [[ ("${FORMAT_CODE}" = "true" )]]; then
bundle install
fi
script:
- |
Expand Down Expand Up @@ -187,10 +187,10 @@ script:
fi
fi
# if [[ ("${FORMAT_CODE}" = "true" )]]; then
# echo "exec danger ruby"
# bundle exec danger
# fi
if [[ ("${FORMAT_CODE}" = "true" )]]; then
echo "exec danger ruby"
bundle exec danger
fi
notifications:
webhooks:
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -6,7 +6,9 @@ if !ENV['CIRCLECI']
gem "danger"
gem "danger-xcode_summary"
gem "cocoapods"
gem 'danger-code_style_validation', :git => 'https://github.com/flix-tech/danger-code_style_validation.git'
# fork by 'https://github.com/flix-tech/danger-code_style_validation.git'
# update the message level from fail to warn
gem 'danger-code_style_validation', :git => 'https://github.com/wrmswindmill/danger-code_style_validation.git'
end
end
# gem "danger-prose"
Expand Down

0 comments on commit cedf4fb

Please sign in to comment.