Browse Source
Merge pull request #1658 from Kickball/fix-travis
.travis.yml: upgrade ruby to v2.6.2
pull/1662/head
nodiscc
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
@ -4,7 +4,7 @@ node_js: |
|
|
|
- "node" |
|
|
|
|
|
|
|
before_install: |
|
|
|
- rvm install 2.2 |
|
|
|
- rvm install 2.6.2 |
|
|
|
- gem install awesome_bot |
|
|
|
- gem install danger |
|
|
|
|
|
|
|