Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
  • Loading branch information
wizjin committed Feb 3, 2014
2 parents 9140ad8 + 6b74ae6 commit 40b4ff8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: go

go:
- 0.4
- 1.0
- 1.1
- tip

# whitelist
branches:
only:
- master
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

这是一个使用Go语言对微信公众平台的封装。参考了微信公众平台API文档

[![Build Status](https://travis-ci.org/wizjin/weixin.png?branch=master)](https://travis-ci.org/wizjin/weixin)
[![GoDoc](http://godoc.org/github.com/wizjin/weixin?status.png)](http://godoc.org/github.com/wizjin/weixin)

## 入门
Expand Down

0 comments on commit 40b4ff8

Please sign in to comment.