1
0
Fork 0
mirror of https://github.com/bayandin/awesome-awesomeness.git synced 2024-11-20 11:26:10 -05:00

Fix travis build by updating ruby version

ERROR:  Error installing danger:
	kramdown requires Ruby version >= 2.3.
This commit is contained in:
Alexander Bayandin 2019-12-04 09:26:36 +00:00 committed by GitHub
parent c9be27cb30
commit af8b61865c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
language: ruby language: ruby
rvm: rvm:
- 2.2 - 2.6
before_script: before_script:
- gem install awesome_bot - gem install awesome_bot
- gem install danger - gem install danger