install and use a more recent ruby
This commit is contained in:
parent
96ace874ce
commit
1c2eab4b40
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ script:
|
|||
- mkdir upload
|
||||
- cd dist; zip -r ../upload/dist.zip *; cd -
|
||||
- .travis/echo_sha.sh > upload/data.json
|
||||
- rvm list rubies
|
||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||
- rvm install 2.3.1 && rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger
|
||||
|
||||
deploy:
|
||||
provider: s3
|
||||
|
|
Loading…
Reference in a new issue