From 938362154afe601542e16aab653d51214f4f335f Mon Sep 17 00:00:00 2001 From: lealife Date: Fri, 18 Sep 2015 13:06:04 +0800 Subject: [PATCH] update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98fe194..53c4d87 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/github.com/revel/ # - go get github.com/revel/moudle/revel # - go install github.com/revel/cmd/revel - pwd