mirror of
https://github.com/Relintai/awesome-godot.git
synced 2024-11-20 21:47:20 +01:00
Travis CI: Update the base distribution, Ruby and Python versions
This commit is contained in:
parent
b17517ffc4
commit
5a8be24ce1
18
.travis.yml
18
.travis.yml
@ -1,13 +1,15 @@
|
|||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- "2.6.1"
|
- "2.7.1"
|
||||||
|
|
||||||
install: |
|
install:
|
||||||
pyenv global 3.6.3
|
- pyenv global 3.8.1
|
||||||
pip3 install --user pre-commit
|
- pip3 install --user pre-commit
|
||||||
gem install awesome_bot
|
- gem install awesome_bot
|
||||||
|
|
||||||
script: |
|
script:
|
||||||
"$HOME/.local/bin/pre-commit" run --all-files
|
- '"$HOME/.local/bin/pre-commit" run --all-files'
|
||||||
awesome_bot --files "README.md" --white-list "https://awesome.re,https://godotengine.org,https://www.youtube.com"
|
- awesome_bot --files "README.md" --white-list "https://awesome.re,https://godotengine.org,https://www.youtube.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user