mirror of
https://github.com/secfigo/Awesome-Fuzzing.git
synced 2024-10-01 06:55:48 -04:00
2cc27fd936
* Create .travis.yml * Fix broken links and migrate few links to https * Fix few more * Fix BFF url * Allow Duplicate links
8 lines
141 B
YAML
8 lines
141 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
script:
|
|
- awesome_bot README.md --allow-dupe --white-list travis-ci
|