Looks Ok to me. We have some baselines with 6.1 support and SmalltalkCI running against travis and it works. But not in tonel format, we're using the old filetree format, so maybe there's something to configure to enable tonel support in SmalltalkCI? Just for reference look at the baseline and SmalltalkCI code in https://github.com/ba-st/Buoy . On Thu, Mar 1, 2018 at 6:25 PM, Stephane Ducasse <stepharo.self@gmail.com> wrote:
Hi
I'm trying to make travis and smalltalkci working for the roelTyper. Followed the tutorial of Peter but I cannot make it work.
https://travis-ci.org/RMODINRIA/RoelTyper
I get this error
..RETRY->BaselineOfRoelTyper ...RETRY->BaselineOfRoelTyper ...FAILED->BaselineOfRoelTyperCould not resolve: BaselineOfRoelTyper [BaselineOfRoelTyper] in /home/travis/smalltalkCI-master/_builds/pharo-local/package-cache filetree:///home/travis/build/RMODINRIA/RoelTyper/src
and I have no idea how to debug it since the BaselineOfRoelTyper is in the src folder
https://github.com/RMODINRIA/RoelTyper/tree/master/src
I do not have idea how to debug this.
Stef