mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2024-11-17 03:10:18 +01:00
14 lines
207 B
YAML
14 lines
207 B
YAML
|
before_install:
|
||
|
- rvm get stable
|
||
|
- rvm install ruby 2.2.3
|
||
|
|
||
|
install:
|
||
|
- gem install awesome_bot
|
||
|
|
||
|
script:
|
||
|
# Check for link problems
|
||
|
- awesome_bot README.md --allow-dupe
|
||
|
|
||
|
notifications:
|
||
|
email: false
|