Add a few more rubies to build for funsies

This commit is contained in:
R. Tyler Croy 2016-08-03 22:38:23 -07:00
parent 2f2a79759b
commit 4549a9736a
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/env groovy
def rubies = ['2.3.0', '2.3.1', '2.2.5', 'jruby', 'jruby-9.1.2.0', 'rubinius']
def rubies = ['2.3.0', '2.3.1', '2.2.5', '2.1.10', 'jruby', 'jruby-9.1.2.0', 'rubinius', 'ree']
node('docker') {
checkout scm