> On 29 Jan 2016, at 21:00, [email protected] wrote: Dear Serge,
> > For building Pharo, Squeak or GemStone projects on travis there is also the > SmalltalkCI project: > https://github.com/hpi-swa/smalltalkCI/blob/master/README.md > > Smalltalk language is supported by travis ;-) I tried to use it but I am struggling a bit. I have created a ConfigurationOfMyProject using Versionner and now I try to load it using the smalltalkCI/run.sh script. The issue is that I don't have a Baseline (as Versionner) doesn't create it and the tool tries to load #stable of my project that is contained in git. I looked at SCIMetacelloLoadSpec and it doesn't seem to have a 'version' instance variable. Do you know what I am missing? Do I have to create a BaselineOf by hand? kind regards holger
