mirror of https://github.com/go-redis/redis.git
Fix travis install, added go1.4 to list of versions
This commit is contained in:
parent
e16db84e4a
commit
8cef6c00f2
|
@ -7,12 +7,13 @@ go:
|
|||
- 1.1
|
||||
- 1.2
|
||||
- 1.3
|
||||
- 1.4
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get gopkg.in/bufio.v1
|
||||
- go get onsi.github.io/ginkgo
|
||||
- go get onsi.github.io/gomega
|
||||
- go get github.com/onsi/ginkgo
|
||||
- go get github.com/onsi/gomega
|
||||
- mkdir -p $HOME/gopath/src/gopkg.in
|
||||
- ln -s `pwd` $HOME/gopath/src/gopkg.in/redis.v2
|
||||
|
||||
|
|
Loading…
Reference in New Issue