This is because tonel is not yet supported.

I've worked on that a bit last year but I don't know why I stopped... I think because I couldn't commit to SmalltalkCI without generating billion metadata changes (tried different Pharo versions, iceberg, gitfiletree, filetree), and in the end got frustrated and stopped.

If someone wants to continue, it should be pretty straight-forward��https://github.com/peteruhnak/smalltalkCI/commit/413e6a59b30e869ab49c4b50b7eb0539f1d696a0

On Thu, Mar 1, 2018 at 10:40 PM, Gabriel Cotelli <g.cotelli@gmail.com> wrote:
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