Skip to content

Commit

Permalink
Travis: ensure release process uses correct Ruby
Browse files Browse the repository at this point in the history
Since test matrix was updated, make sure we use the lowest supported
version.
  • Loading branch information
luislavena committed Oct 2, 2017
1 parent fcc9a58 commit 0e77a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploy:
on:
tags: true
repo: luislavena/gem-compiler
rvm: 2.1.9
rvm: 2.1.10
- provider: releases
api_key:
secure: XahX146zzKPJHx7KlsI3pFNC201wuw3Az6+3eP62NdV6MVqjuazZ0XQZjUlemMSHhnpdk1MC7llqkwrl3Xvk2+WvpMMgvfnUNRP/ND+bjGfX/O/VjnG6PAjshGEI6UT+QfeIxglMVvYX7u1e4NWH3BzIUixoHulx6kRffuq+yz0=
Expand All @@ -31,4 +31,4 @@ deploy:
on:
tags: true
repo: luislavena/gem-compiler
rvm: 2.1.9
rvm: 2.1.10

0 comments on commit 0e77a76

Please sign in to comment.