enable all the rubies and nodes for now, basically
This commit is contained in:
parent
3fdab66c47
commit
8bf478a01e
1 changed files with 4 additions and 1 deletions
|
@ -47,9 +47,12 @@ node default {
|
|||
include rbenv
|
||||
|
||||
# node versions
|
||||
include nodejs::0-4
|
||||
include nodejs::0-6
|
||||
include nodejs::0-8
|
||||
|
||||
# default ruby versions
|
||||
include ruby::1-9-3-p194
|
||||
include ruby::1-8-7
|
||||
include ruby::1-9-2
|
||||
include ruby::1-9-3
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue