Remove rubinius which will simply not build properly >_<

This commit is contained in:
R. Tyler Croy 2016-08-03 22:44:36 -07:00
parent 4549a9736a
commit f9cd157434
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', '2.1.10', 'jruby', 'jruby-9.1.2.0', 'rubinius', 'ree']
def rubies = ['2.3.0', '2.3.1', '2.2.5', '2.1.10', 'jruby', 'jruby-9.1.2.0', 'ree']
node('docker') {
checkout scm