add tag to identify the code quality

This commit is contained in:
谢小军
2019-12-31 15:13:19 +08:00
parent eafec11a4b
commit 277d98265e
3 changed files with 11 additions and 1 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- master

View File

@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/xxjwxc/gormt.svg?branch=master)](https://travis-ci.org/xxjwxc/gormt)
[![Go Report Card](https://goreportcard.com/badge/github.com/xxjwxc/gormt)](https://goreportcard.com/report/github.com/xxjwxc/gormt)
# [gormt](https://github.com/xxjwxc/gormt)
## [中文文档](README_zh_cn.md)

View File

@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/xxjwxc/gormt.svg?branch=master)](https://travis-ci.org/xxjwxc/gormt)
[![Go Report Card](https://goreportcard.com/badge/github.com/xxjwxc/gormt)](https://goreportcard.com/report/github.com/xxjwxc/gormt)
# [gorm-tools](https://github.com/xxjwxc/gormt)