Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 369 Bytes

Travis CI with Node.js and Slack

A barebones Node.js app using Express 4.

Running Locally

Make sure you have Node.js.

$ git clone [email protected]:Badiapp/badi-travis-ci-node.git
$ cd badi-travis-ci-node
$ npm install
$ npm start

Your app should now be running on localhost:5000.