Skip to content

Commit

Permalink
Set up Travis CI
Browse files Browse the repository at this point in the history
This closes godotengine#33.
  • Loading branch information
Calinou committed Feb 24, 2019
1 parent d75577c commit 5d5e139
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5d5e139

Please sign in to comment.