Last active
December 11, 2015 03:09
-
-
Save shanestillwell/4535632 to your computer and use it in GitHub Desktop.
Install items needed to run node.js tests on Jenkins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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