mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08:00
Added Travis CI config and extra badges to README
This commit is contained in:
parent
8199cf8bc9
commit
8e790a1315
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: go
|
||||||
|
sudo: false
|
||||||
|
go:
|
||||||
|
- tip
|
||||||
|
before_install:
|
||||||
|
- go get github.com/mattn/goveralls
|
||||||
|
script:
|
||||||
|
- $HOME/gopath/bin/goveralls -service=travis-ci
|
@ -1,6 +1,10 @@
|
|||||||
# shorturl
|
# shorturl
|
||||||
|
|
||||||
|
[](https://travis-ci.org/prologic/shorturl)
|
||||||
[](https://godoc.org/github.com/prologic/shorturl)
|
[](https://godoc.org/github.com/prologic/shorturl)
|
||||||
|
[](https://github.com/prologic/shorturl/wiki)
|
||||||
[](https://goreportcard.com/report/github.com/prologic/shorturl)
|
[](https://goreportcard.com/report/github.com/prologic/shorturl)
|
||||||
|
[](https://coveralls.io/r/prologic/shorturl)
|
||||||
|
|
||||||
shorturl is a web app that allows you to create short urls of much longer more
|
shorturl is a web app that allows you to create short urls of much longer more
|
||||||
complex urls for easier sharing or embedding.
|
complex urls for easier sharing or embedding.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user