diff --git a/.smalltalk.ston b/.smalltalk.ston index 17201258..74554f92 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -3,13 +3,14 @@ SmalltalkCISpec { SCIMetacelloLoadSpec { #baseline : 'Sandblocks', #platforms : [ #squeak ], - #directory: 'packages', - #testing : { - #coverage : { - #packages : [ 'Sandblocks' ], - #format : #coveralls - } - } + #directory: 'packages', + #useLatestMetacello : true } - ] + ], + #testing : { + #coverage : { + #packages : [ 'Sandblocks' ], + #format : #coveralls + } + } }