Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/86c8307fbf8903d80702 to your computer and use it in GitHub Desktop.
Save roachhd/86c8307fbf8903d80702 to your computer and use it in GitHub Desktop.
Codeship continuous intergration using Nodejs starter file

How to add a CODESHIP badge to your awesome fucking project!

Set up the tests Modify your Setup Commands

# By default Codeship uses the Node.js version set in your package.json or 0.10.25
# You can use nvm to install any Node.js version.
# i.e.: nvm install 0.10.25
nvm install 0.10.25
nvm use 0.10.25
npm install
# Install grunt-cli for running your tests or other tasks
# npm install grunt-cli

These are the commands that should be run before the tests are executed. Use and modify these commands to load dependencies and prepare the database.

Modify your Test Commands

npm test
# grunt test

Specify the commands that run your test suite.

Want a sexy CodeShip badge?

Codeship Status for roachhd/travis-ci-what-why-how

Shit Yeah! ==

######How to add it:

[ ![Codeship Status for roachhd/travis-ci-what-why-how](https://www.codeship.io/projects/dfb53df0-4001-0132-342f-2e8b1d45b3af/status)](https://www.codeship.io/projects/43723)

Don't forget to change the project name and number in the links to your own!!

☕ & ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment