> If this does not work, does that then mean that for those versions of Pharo, they cannot load Tonel projects ?
Tonel is not in <P6.1. You can try to add #useLatestMetacello : true, to your smalltalkci.ston file, but I believe smalltalkCI actually uses iceberg to load tonel projects... which would be much harder to backport. But try with #useLatestMetacello and let us know. Peter On Tue, Oct 2, 2018 at 4:53 PM Sven Van Caekenberghe <[email protected]> wrote: > Hi, > > I managed to get successful BaselineOf builds out of a GitHub in Tonel > format for Pharo 7 (64 & 32 bits) and Pharo 6.1 using Travis CI and > smalltalkCI. > > However, this does not seem to work for Pharo 6 or 5. Is this to be > expected ? > > You can see a build failure here: > > https://travis-ci.org/svenvc/ztimestamp/builds/436146649 > > If this does not work, does that then mean that for those versions of > Pharo, they cannot load Tonel projects ? This is of course related to my > previous question about the reach of Tonel/github. > > Thx, > > Sven >
