Setting a project with smtalltalkCI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Setting a project with smtalltalkCI

gcotelli
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
Reply | Threaded
Open this post in threaded view
|

Re: Setting a project with smtalltalkCI

EstebanLM
I think the comma here: 

      #categories : [ ''RenoirSt*'' ],

is the offending one :)

Esteban

On 13 Jan 2017, at 21:58, Gabriel Cotelli <[hidden email]> 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

Reply | Threaded
Open this post in threaded view
|

Re: Setting a project with smtalltalkCI

gcotelli
Thank you Esteban,
that was the problem. I overlooked it like 5 times...

On Fri, Jan 13, 2017 at 6:11 PM, Esteban Lorenzano <[hidden email]> wrote:
I think the comma here: 

      #categories : [ ''RenoirSt*'' ],

is the offending one :)

Esteban

On 13 Jan 2017, at 21:58, Gabriel Cotelli <[hidden email]> 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