diff options
author | Claire McQuin <claire@getchef.com> | 2014-04-30 15:26:21 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-04-30 15:26:21 -0700 |
commit | 3b77fffe9be2ba02c83dd4598d7072a3821918e3 (patch) | |
tree | 2c37664cd3d0ee81ba7413b85a442dbff301d05c /.travis.yml | |
parent | e589f0513b74cf908b1524e70df5088ae7c4f396 (diff) | |
download | chef-3b77fffe9be2ba02c83dd4598d7072a3821918e3.tar.gz |
update rvm 1.8.7 to 1.8.7-p374
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7d6c61fcbc..c60be3843b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: matrix: include: - - rvm: 1.8.7 + - rvm: 1.8.7-p374 - rvm: 1.9.3 - rvm: 2.0.0 - rvm: 2.1.0 |