mirror of
https://github.com/Relintai/awesome-godot.git
synced 2025-02-18 23:44:21 +01:00
parent
d75577c2ef
commit
5d5e1393c4
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
language: ruby
|
||||
|
||||
rvm:
|
||||
- "2.6.1"
|
||||
|
||||
install: |
|
||||
pyenv global 3.6.3
|
||||
pip3 install --user pre-commit
|
||||
gem install awesome_bot
|
||||
|
||||
script: |
|
||||
"$HOME/.local/bin/pre-commit" run --all-files
|
||||
awesome_bot --files "README.md" --white-list "https://awesome.re,https://godotengine.org"
|
Loading…
Reference in New Issue
Block a user