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
1 changed files with 10 additions and 8 deletions

View File

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