Created
September 8, 2015 10:04
-
-
Save kamilkisiela/5c0eef26823d8b084c7d to your computer and use it in GitHub Desktop.
Codeship - NodeJS + karma testing
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
# Set nvm | |
nvm install 0.10.25 | |
nvm use 0.10.25 | |
# Install global things | |
npm install -g npm@latest | |
npm install -g bower | |
# Install dependencies | |
npm install | |
bower install | |
# Run karma test | |
node_modules/karma/bin/karma start karma.conf.js --single-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment