mirror of
https://github.com/davisonio/colouredstonebricks.git
synced 2024-12-22 11:10:17 +01:00
Create .travis.yml
This commit is contained in:
parent
0049a6fb65
commit
284890ca0a
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user