mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-20 12:36:09 +00:00
8 lines
143 B
YAML
8 lines
143 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-redirect --white-list apkscan
|