test in go1.5.2

This commit is contained in:
miraclesu 2015-12-24 17:50:07 +08:00
parent 274567a526
commit 089d8456a7
1 changed files with 3 additions and 4 deletions

View File

@ -1,14 +1,13 @@
language: go language: go
# depman needs to be installed with GOPATH pointing to a single directory.
script: script:
- GOPATH=$HOME/gopath go get github.com/vube/depman
- GOPATH=$HOME/gopath $HOME/gopath/bin/depman
- go test -v ./... - go test -v ./...
go: go:
- 1.3.3 - 1.3.3
- 1.4.2 - 1.4.3
- 1.5.2
install: install:
- go get gopkg.in/fsnotify.v1 - go get gopkg.in/fsnotify.v1
- go get gopkg.in/tomb.v1