mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Improve Travis platforms
Ruby 2.0 is dead, but 2.1 is not. Of note is that Ruby 2.1 *will* be unsupported soon, but it's definitely not dead yet.
This commit is contained in:
parent
5c794cd2b0
commit
d7e3bc9a02
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0-p247
|
- 2.1
|
||||||
script: rspec spec
|
script: rspec spec
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue