On Tue, Apr 3, 2012 at 6:24 AM, john.tiger <[email protected]> wrote: > on the site it says node (I guess Joyent) is using travis-ci > > is there any write up on this ? which testing package is being used ?
Here's Node's config file for Travis: https://github.com/joyent/node/blob/master/.travis.yml and here's the Makefile target it looks like that's firing off: https://github.com/joyent/node/blob/master/Makefile#L51 -- Martin Cooper > (travis site says it can use vovs or espresso) experiences ? > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
