Skip to content

Commit

Permalink
add travis status into README
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed May 23, 2014
1 parent 152e3f0 commit a070d1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GoRazor

[![Build Status](https://travis-ci.org/sipin/gorazor.svg?branch=master)](https://travis-ci.org/sipin/gorazor)

GoRazor is the Go port of the razor view engine originated from [asp.net in 2011](http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx). In summay, GoRazor's:

* Consice syntax, no delineators like `<?`, `<%`, or `{{`.
Expand Down Expand Up @@ -266,7 +268,7 @@ Here is a simple example of [gorazor templates](https://github.com/sipin/gorazor

# FAQ

## How to auto re-generate when gohtml file changes?
## How to auto re-generate when gohtml file changes?

We may add `gorazor watch` cmd after Go 1.3 which has official [fsnotify](https://docs.google.com/document/d/1xl_aRcCbksFRmCKtoyRQG9L7j6DIdMZtrkFAoi5EXaA/edit) support.

Expand Down

0 comments on commit a070d1d

Please sign in to comment.