Skip to content

Instantly share code, notes, and snippets.

@shanestillwell
Last active December 11, 2015 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shanestillwell/4535632 to your computer and use it in GitHub Desktop.
Save shanestillwell/4535632 to your computer and use it in GitHub Desktop.
Install items needed to run node.js tests on Jenkins
#!/bin/bash
NPM=/usr/local/bin/npm
git clone https://github.com/isaacs/nave.git
./nave/nave.sh usemain v0.8.9
$NPM install -g mocha
$NPM install -g chai
$NPM install -g xunit-file
$NPM install -g jshint
$NPM install -g nock
$NPM install -g supertest
$NPM install -g testacular
$NPM install -g phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment