Browse Source

Merge pull request #31 from gin-gonic/travisci

Integration with TravisCI
Manu Mtz.-Almeida 11 years ago
parent
commit
a0104c2033
2 changed files with 8 additions and 0 deletions
  1. 7 0
      .travis.yml
  2. 1 0
      README.md

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: go
+
+go:
+  - 1.1
+  - 1.2
+  - 1.3
+  - tip

+ 1 - 0
README.md

@@ -1,6 +1,7 @@
 #Gin Web Framework
 #Gin Web Framework
 
 
 [![GoDoc](https://godoc.org/github.com/gin-gonic/gin?status.png)](https://godoc.org/github.com/gin-gonic/gin)
 [![GoDoc](https://godoc.org/github.com/gin-gonic/gin?status.png)](https://godoc.org/github.com/gin-gonic/gin)
+[![Build Status](https://travis-ci.org/gin-gonic/gin.svg)](https://travis-ci.org/gin-gonic/gin)
 
 
 Gin is a web framework written in Golang. It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity, you will love Gin.  
 Gin is a web framework written in Golang. It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity, you will love Gin.  
 [Check out the official web site](http://gin-gonic.github.io/gin/)
 [Check out the official web site](http://gin-gonic.github.io/gin/)