Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Oct 6, 2015
1 parent 4e20d03 commit 09cf21f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ _testmain.go
peach.sublime-workspace
peach.sublime-project
peach
custom
custom*
data
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- tip

install: go get -v

notifications:
email:
- u@gogs.io
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Peach
# Peach [![Build Status](https://travis-ci.org/peachdocs/peach.svg)](https://travis-ci.org/peachdocs/peach)

![](public/img/favicon.ico)

Expand Down
2 changes: 1 addition & 1 deletion conf/locale/locale_zh-CN.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Peach
tag_line = 一款支持多语言、实时同步以及全文搜索功能的 Web 文档服务器
copyright = © 2015. Peach 由 <a href="https://github.com/Unknwon">@无闻</a> 倾 <i class="heart icon"></i> 打造
copyright = © 2015. Peach 由 <a href="https://github.com/Unknwon">@无闻</a> 倾 <i class="heart icon"></i>打造
search_no_results = 未找到匹配的搜索结果.

[navbar]
Expand Down
2 changes: 1 addition & 1 deletion templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4 class="ui inverted header">{{Tr(Lang, "footer.about")}}</h4>
<h4 class="ui inverted header">{{Tr(Lang, "footer.project")}}</h4>
<div class="ui inverted link list">
<a class="item" href="/docs" >{{Tr(Lang, "footer.documentation")}}</a>
<a class="item" href="https://github.com/Unknwon/peach/issues">{{Tr(Lang, "footer.submit_issue")}}</a>
<a class="item" href="https://github.com/peachdocs/peach/issues">{{Tr(Lang, "footer.submit_issue")}}</a>
</div>
</div>
<div class="seven wide column">
Expand Down

0 comments on commit 09cf21f

Please sign in to comment.