mirror of https://github.com/gin-gonic/gin.git
Merge pull request #539 from appleboy/patch-2
Add 1.5 and 1.6 to TravisCI
This commit is contained in:
commit
00b10c30a0
|
@ -2,7 +2,8 @@ language: go
|
|||
sudo: false
|
||||
go:
|
||||
- 1.4
|
||||
- 1.4.2
|
||||
- 1.5
|
||||
- 1.6
|
||||
- tip
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue