Am 07.10.2018 um 15:47 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
On 7 Oct 2018, at 15:27, Norbert Hartl <norbert@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.
My problem was that I had Pharo-6.0 in the travis file which indeed does not work.
(I did have the same problem with the #useLatestMetacello: true option).
Same here. Looks from far it could be a platform attributes hickup Norbert
Sven