From 2b8df3ed760db5501e48a084b0e5f10cbb50a8be Mon Sep 17 00:00:00 2001 From: lealife Date: Sun, 13 Sep 2015 21:53:01 +0800 Subject: [PATCH] update travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7bc9e6f..7b422c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,13 @@ 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 + # - go get github.com/revel/cmd/revel + # - go install github.com/revel/cmd/revel script: - mongo --version - mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/ - go test github.com/leanote/leanote/tests - - revel build github.com/leanote/leanote tmp + - go build -ldflags -X github.com/leanote/leanote/app + # - revel build github.com/leanote/leanote tmp # OK \ No newline at end of file