mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-27 04:07:39 +00:00
add .travis.yml
This commit is contained in:
parent
7e6928bb9a
commit
2dcfb13aa8
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
language: ruby
|
||||||
|
|
||||||
|
rvm:
|
||||||
|
- 2.2
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- gem install awesome_bot
|
||||||
|
|
||||||
|
script:
|
||||||
|
- awesome_bot README.md --allow-dupe
|
||||||
Loading…
Add table
Add a link
Reference in a new issue