> On 7 Oct 2018, at 15:27, Norbert Hartl <norb...@hartl.name> wrote:
> 
> I test my repo with travis for pharo 6.1 and pharo 7. Using
> 
> SmalltalkCISpec {
>   #loading : [
>       SCIMetacelloLoadSpec {
>           #baseline : 'ArangoDB',
>           #directory : 'source',
>           #load : [ 'Tests' ],
>           #platforms : [ #pharo ]
>       }
>   ]
> }
> 
> it succeeds in pharo7 and fails in pharo 6.1. I think this is because 6.1 
> cannot handle tonel.

Hmm, all the repos that I mentioned in my previous email all use Tonel and run 
successfully in Travis CI for 7.0 and 6.1.

I have no idea why you have problems, but you can try checking out any of mine.

(I did have the same problem with the #useLatestMetacello: true option).

Sven

Reply via email to