mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +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…
Reference in a new issue