jolicode/JoliCi

Joli does not read version from .travis.yml

Closed this issue · 2 comments

I am trying to build a Node.js project using JoliCI. I have made the following .travis.yml:

language: node_js

node_js:
  - 0.12

node_js:
  - 0.12

before_script:
  - npm install -g gulp

script: gulp ci

But Joli somehow fails reading the configuration and attempts to build with an empty version of Node:

image

By the way… awesome project!

Joli only has templates for node versions 0.6, 0.8, 0.10, 0.11. Specifying a version not in the aforementioned list will throw that exception you reported. The best workaround for the time being would be to use a node version from the list.
One could fork the project and include templates for other nodejs versions. Or a more sustainable solution would be to allow the version to be a template variable.

https://github.com/jolicode/JoliCi/tree/master/resources/templates/node_js

Also, the docker configs need to be created too.
https://github.com/jolicode/docker-images

Hello,

Thanks for opening this issue.

Unfortunately, we don't support this repository anymore.
I'm sorry, but I'll close this issue.

I hope you understand.