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:
- tip
- 1.6.0
- 1.5.3
- 1.4.3
- 1.3.3
services:
- redis-server
- mysql
@ -21,7 +21,7 @@ install:
- go get github.com/bradfitz/gomemcache/memcache
- go get github.com/garyburd/redigo/redis
- 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/belogik/goes
- go get github.com/siddontang/ledisdb/config

View File

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