Skip to content

Instantly share code, notes, and snippets.

@kamilkisiela
Created September 8, 2015 10:04
Show Gist options
  • Save kamilkisiela/5c0eef26823d8b084c7d to your computer and use it in GitHub Desktop.
Save kamilkisiela/5c0eef26823d8b084c7d to your computer and use it in GitHub Desktop.
Codeship - NodeJS + karma testing
# 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