zjZSTU / travis-intro-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis-intro-node

This is an example application written in Node.js for introducing users to basic features of Travis CI.

Fork, and look around

First, fork this repository.

Clone to your local development machine, and have a look around.

$ git clone https://github.com/OWNER/travis-intro-node.git
$ cd travis-intro-node

To start the server, run

$ node -e 'app = require("./lib/app"); app.start()'

If you visit http://localhost:8000, you should see a bare minimum web page.

You can confirm that the following runs our basic test, and passes:

$ npm install
$ ./node_modules/mocha/bin/mocha

Next step

Time to head on over to the next step.

About

License:MIT License


Languages

Language:JavaScript 100.0%