Switch the rubies around

This commit is contained in:
R. Tyler Croy 2016-08-03 15:39:28 -07:00
parent 434ee87ad7
commit 6bc76f23a0
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

2
rubies
View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
export RUBIES=( 2.3.0 jruby rubinius ruby-head)
export RUBIES=( 2.3.0 jruby jruby-head ruby-head)
export IMAGE_TAG="rtyler/rvm"