Enter forum description here ...
+2
Answered

How do I get this to work with Grunt?

Jacob Gable 11 years ago updated by eric 10 years ago 1

^^

Answer
eric 10 years ago
Hi Jacob,


Grunt is not yet supported - we are currently working on it making sure that we get the data we need to drive our reports.


Regards,
-Eric
0

Can't build my commits

Markus Unger 10 years ago 0
Hello!

I signed in to node.ci yesterday with github and installed my private repos. All works fine, so I can see my project, my commits and so on.. But if I click on build, I only get "scheduled"... But nothing happens.. How can I really run or build my project? I set mocha and test command "npm test".

Thanks for help!
0

Unable to restore project after GitHub repo transfer

Ranganath Kini 10 years ago 0
Hi,

I had a repository on GitHub as oddjobsman/circuitbox which I had setup in node.ci. I recently transferred that repository and it now resides at circuitbox/circuitbox. The repository disappeared from node.ci after the transfer. I now however am unable to set this repository back in node.ci.

It is listed in the Repositories and Branches pages under Projects. But when I attempt to set it up, I see the label 'installing...' and the application seems stuck.

I had reported this problem sometime back and did not get a resolution. I am hoping you would help me resolve it this time around.

Regards,
Ranganath Kini 
0

NotOrganizationOwnerException

Nitin Goyal 10 years ago 0
NotOrganizationOwnerException coming even when I am owner of project.
0

Static Code Violations Settings Bug

Philipp Waldmann 10 years ago 0
Currently there is no way to set the "indent" value. It seems that every value posted to the server will be converted to a boolean value.
Same thing for "quotmark": only true and false are available, but what about 'single' or "double"?
0

jshint settings should be loaded from a local .jshintrc file - if available

Philipp Waldmann 10 years ago 0
Currently you'll need to configure it via the Build Settings menu.
Node.ci schould consider the local .jshintrc if there is any present
0

Support custom testing frameworks

Juho Vepsäläinen 10 years ago 0
I'm using some testing tools of my own to test projects. It would be awesome if you could support `npm install` -> `npm test` kind of workflow and capture possible output. It would be even better if you could support a standard testing format such as TAP as that would allow nice visualization of the results.