chore(travis, badge): 1. fix travis config 2. add badges
This commit is contained in:
parent
5d9a89283a
commit
5f763c9c55
3 changed files with 18 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
language: go
|
language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.9.x"
|
- "1.9.x"
|
||||||
|
go_import_path: github.com/ihexxa/quickshare
|
||||||
script: yarn test
|
script:
|
||||||
|
- wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
|
||||||
|
- chmod +x dep
|
||||||
|
- ./dep ensure
|
||||||
|
- yarn test
|
||||||
|
|
|
@ -5,6 +5,12 @@
|
||||||
A succinct file sharing server
|
A succinct file sharing server
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
<a href="https://travis-ci.org/ihexxa/quickshare">
|
||||||
|
<img src="https://travis-ci.org/ihexxa/quickshare.svg?branch=master" />
|
||||||
|
</a>
|
||||||
|
<a href="https://goreportcard.com/report/github.com/ihexxa/quickshare">
|
||||||
|
<img src="https://goreportcard.com/badge/github.com/ihexxa/quickshare" />
|
||||||
|
</a>
|
||||||
<a href="https://gitter.im/quickshare/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
|
<a href="https://gitter.im/quickshare/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
|
||||||
<img src="https://badges.gitter.im/Join%20Chat.svg" />
|
<img src="https://badges.gitter.im/Join%20Chat.svg" />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -5,6 +5,12 @@
|
||||||
一个小而美的文件共享服务器
|
一个小而美的文件共享服务器
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
<a href="https://travis-ci.org/ihexxa/quickshare">
|
||||||
|
<img src="https://travis-ci.org/ihexxa/quickshare.svg?branch=master" />
|
||||||
|
</a>
|
||||||
|
<a href="https://goreportcard.com/report/github.com/ihexxa/quickshare">
|
||||||
|
<img src="https://goreportcard.com/badge/github.com/ihexxa/quickshare" />
|
||||||
|
</a>
|
||||||
<a href="https://gitter.im/quickshare/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
|
<a href="https://gitter.im/quickshare/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link">
|
||||||
<img src="https://badges.gitter.im/Join%20Chat.svg" />
|
<img src="https://badges.gitter.im/Join%20Chat.svg" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue