mirror of
https://github.com/Relintai/awesome-godot.git
synced 2024-11-12 19:27:18 +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
|
||||
|
||||
rvm:
|
||||
- "2.6.1"
|
||||
- "2.7.1"
|
||||
|
||||
install: |
|
||||
pyenv global 3.6.3
|
||||
pip3 install --user pre-commit
|
||||
gem install awesome_bot
|
||||
install:
|
||||
- pyenv global 3.8.1
|
||||
- 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,https://www.youtube.com"
|
||||
script:
|
||||
- '"$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"
|
||||
|
Loading…
Reference in New Issue
Block a user