From 7acdaede0dbec8faedb1e69d2e175f8480f94365 Mon Sep 17 00:00:00 2001 From: lealife Date: Fri, 18 Sep 2015 11:35:17 +0800 Subject: [PATCH] update travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 99ae4ad..85ed985 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,11 @@ services: install: - export PATH=$PATH:$HOME/gopath/bin - go get -v github.com/leanote/leanote/app + # - go get github.com/revel/cmd/revel # - go install github.com/revel/cmd/revel + - pwd + - ls script: - mongo --version