Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ before_install:
- go get github.com/mattn/goveralls
- go get bou.ke/monkey
- go get github.com/kami-zh/go-capturer
- make deps
script:
- $GOPATH/bin/goveralls -service=travis-ci
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ install:
deps:
$(GOGET) github.com/skratchdot/open-golang/open
$(GOGET) github.com/gizak/termui
$(GOGET) github.com/PuerkitoBio/goquery
$(GOGET) github.com/stretchr/testify/assert

release:
git tag $(TAG_VERSION)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Maniac Forum UI

[![Build Status](https://travis-ci.com/snipem/maniacforum.svg?branch=master)](https://travis-ci.com/snipem/maniacforum)
[![Coverage Status](https://coveralls.io/repos/github/snipem/maniacforum/badge.svg)](https://coveralls.io/github/snipem/maniacforum)

![Maniacforum Screenshot](res/maniacforum.png "Maniacforum Screenshot")

## Download
Expand Down