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