Commit 36e31609 authored by astaxie's avatar astaxie

add go1.6.0 and remove 1.3.3

parent d81a7688
......@@ -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
......
......@@ -37,7 +37,7 @@ import (
"strings"
"sync"
couchbase "github.com/beego/go-couchbase"
couchbase "github.com/couchbase/go-couchbase"
"github.com/astaxie/beego/session"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment