From a78d95ddada9aef57f0a2905c40d6c36a195a8f7 Mon Sep 17 00:00:00 2001 From: lealife Date: Fri, 18 Sep 2015 13:10:23 +0800 Subject: [PATCH] update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53c4d87..9e9bffe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - export PATH=$PATH:$HOME/gopath/bin - go get -v github.com/leanote/leanote/app - go get -u github.com/revel/cmd/revel - - ls $GOPATH/github.com/revel/ + - ls $GOPATH/src/github.com/revel/ # - go get github.com/revel/moudle/revel # - go install github.com/revel/cmd/revel - pwd