mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-13 23:47:09 +00:00
5 lines
112 B
YAML
5 lines
112 B
YAML
|
language: ruby
|
||
|
rvm: 2.4.1
|
||
|
before_script: gem install awesome_bot
|
||
|
script: awesome_bot README.md --allow-redirect
|