Travis CI: Update the base distribution, Ruby and Python versions

This commit is contained in:
Hugo Locurcio 2020-04-11 21:12:26 +02:00
parent b17517ffc4
commit 5a8be24ce1
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -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"