From 120cdd53c3ffe0796bacc43cdc3d0ee9db63b274 Mon Sep 17 00:00:00 2001 From: lealife Date: Sun, 13 Sep 2015 21:34:30 +0800 Subject: [PATCH] update travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5d7f1d5..7a1eb8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,12 @@ services: install: - export PATH=$PATH:$HOME/gopath/bin - go get -v github.com/leanote/leanote/app + - 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 + - revel package github.com/leanote/leanote # OK \ No newline at end of file