1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-25 05:30:56 +00:00

add go1.6.0 and remove 1.3.3

This commit is contained in:
astaxie 2016-03-01 21:41:44 +08:00
parent d81a768802
commit 36e3160904
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ language: go
go: go:
- tip - tip
- 1.6.0
- 1.5.3 - 1.5.3
- 1.4.3 - 1.4.3
- 1.3.3
services: services:
- redis-server - redis-server
- mysql - mysql
@ -21,7 +21,7 @@ install:
- go get github.com/bradfitz/gomemcache/memcache - go get github.com/bradfitz/gomemcache/memcache
- go get github.com/garyburd/redigo/redis - go get github.com/garyburd/redigo/redis
- go get github.com/beego/x2j - go get github.com/beego/x2j
- go get github.com/beego/go-couchbase - go get github.com/couchbase/go-couchbase
- go get github.com/beego/goyaml2 - go get github.com/beego/goyaml2
- go get github.com/belogik/goes - go get github.com/belogik/goes
- go get github.com/siddontang/ledisdb/config - go get github.com/siddontang/ledisdb/config

View File

@ -37,7 +37,7 @@ import (
"strings" "strings"
"sync" "sync"
couchbase "github.com/beego/go-couchbase" couchbase "github.com/couchbase/go-couchbase"
"github.com/astaxie/beego/session" "github.com/astaxie/beego/session"
) )