Setting a project with smtalltalkCI
Hi! anyone with smalltalkCI experience? I'm trying to setup travis CI integration for one of my projects ( https://github.com/ba-st/RenoirSt/tree/smalltalk_ci) and I'm getting a cryptic error on the builds: https://travis-ci.org/ba-st/RenoirSt/jobs/191751457 Any hints are welcome. Thanks, Gabriel
I think the comma here: #categories : [ ''RenoirSt*'' ], is the offending one :) Esteban
On 13 Jan 2017, at 21:58, Gabriel Cotelli <g.cotelli@gmail.com> wrote:
Hi! anyone with smalltalkCI experience?
I'm trying to setup travis CI integration for one of my projects (https://github.com/ba-st/RenoirSt/tree/smalltalk_ci <https://github.com/ba-st/RenoirSt/tree/smalltalk_ci>) and I'm getting a cryptic error on the builds: https://travis-ci.org/ba-st/RenoirSt/jobs/191751457 <https://travis-ci.org/ba-st/RenoirSt/jobs/191751457>
Any hints are welcome.
Thanks, Gabriel
Thank you Esteban, that was the problem. I overlooked it like 5 times... On Fri, Jan 13, 2017 at 6:11 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
I think the comma here:
#categories : [ ''RenoirSt*'' ],
is the offending one :)
Esteban
On 13 Jan 2017, at 21:58, Gabriel Cotelli <g.cotelli@gmail.com> wrote:
Hi! anyone with smalltalkCI experience?
I'm trying to setup travis CI integration for one of my projects ( https://github.com/ba-st/RenoirSt/tree/smalltalk_ci) and I'm getting a cryptic error on the builds: https://travis-ci.org/ba-st/ RenoirSt/jobs/191751457
Any hints are welcome.
Thanks, Gabriel
participants (2)
-
Esteban Lorenzano -
Gabriel Cotelli