evanxd / travis-reporter

A reporter to show the unstable Travis actions.
1 stars 8 forks source link

travis-reporter

A reporter to show the unstable Travis actions.

Prototype

travis-reporter prototype

Makefile

This is a documentation about the supported target and its usage.

Run Server

make run - We would set all the enviorment and establish the database server and travis-reporter server.

Setup db

You should close your init mongodb service if you have installed mongodb.

make db - We would setup mongodb and link to our database of travis-reporter.

Clean all stuff

make clean - This command can close the db server and travis-reporter server if it has been establish.