From 60878b7a656eb11abacb4b7386ceae5e465b45b3 Mon Sep 17 00:00:00 2001 From: lealife Date: Fri, 11 Sep 2015 18:36:51 +0800 Subject: [PATCH] ad travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce6efd3..b474806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,5 @@ install: script: - mongo --version - mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/ - - go test github.com/leanote/leanote/tests \ No newline at end of file + - go test github.com/leanote/leanote/tests + # OK \ No newline at end of file