From 089d8456a7e15ba9b7c3fd8c94124b533028e5af Mon Sep 17 00:00:00 2001 From: miraclesu Date: Thu, 24 Dec 2015 17:50:07 +0800 Subject: [PATCH] test in go1.5.2 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57c00e2..8116e38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ language: go -# depman needs to be installed with GOPATH pointing to a single directory. script: - - GOPATH=$HOME/gopath go get github.com/vube/depman - - GOPATH=$HOME/gopath $HOME/gopath/bin/depman - go test -v ./... go: - 1.3.3 - - 1.4.2 + - 1.4.3 + - 1.5.2 install: - go get gopkg.in/fsnotify.v1 + - go get gopkg.in/tomb.v1