Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Sep 6, 2019
1 parent 9263aee commit b855264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: go
script:
- go install -v ./...
- go test -v ./...
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
qiniutest manual
=========================

[![Build Status](https://travis-ci.org/qiniu/qiniutest.svg?branch=develop)](https://travis-ci.org/qiniu/qiniutest) [![GoDoc](https://godoc.org/qiniupkg.com/qiniutest?status.svg)](https://godoc.org/qiniupkg.com/qiniutest)
[![Build Status](https://travis-ci.org/qiniu/qiniutest.svg?branch=master)](https://travis-ci.org/qiniu/qiniutest) [![GoDoc](https://godoc.org/github.com/qiniu/qiniutest?status.svg)](https://godoc.org/github.com/qiniu/qiniutest)

[![Qiniu Logo](http://open.qiniudn.com/logo.png)](http://www.qiniu.com/)

# 下载

```
go get -u qiniupkg.com/qiniutest
go get -u github.com/qiniu/qiniutest
```

# 基础原理

* [httptest.v1/README.md](https://github.com/qiniu/httptest.v1)
* [httptest/README.md](https://github.com/qiniu/httptest)

# 命令行

Expand Down Expand Up @@ -55,7 +55,7 @@ match <expected-object> <source-object>

关于 match 的详细解释,参见:

* [httptest.v1/README.md](https://github.com/qiniu/httptest.v1)
* [httptest/README.md](https://github.com/qiniu/httptest)

### host

Expand Down

0 comments on commit b855264

Please sign in to comment.