diff --git a/.travis.yml b/.travis.yml index 1346038..1d1a350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Makefile b/Makefile index 852da91..12551ba 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/README.md b/README.md index fbc53ff..2a7dda6 100644 --- a/README.md +++ b/README.md @@ -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