mirror of
https://github.com/ZYSzys/awesome-captcha.git
synced 2024-10-01 01:05:39 -04:00
13 lines
242 B
YAML
13 lines
242 B
YAML
matrix:
|
|
include:
|
|
- language: ruby
|
|
rvm: 2.4.1
|
|
before_script: gem install awesome_bot
|
|
script: awesome_bot README.md --allow-redirect --allow-dupe
|
|
|
|
- language: node_js
|
|
node_js: 10
|
|
|
|
notifications:
|
|
email: false
|