ad travis

This commit is contained in:
lealife
2015-09-11 18:36:51 +08:00
parent dada88d8a2
commit 60878b7a65

View File

@ -11,4 +11,5 @@ install:
script: script:
- mongo --version - mongo --version
- mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/ - mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/
- go test github.com/leanote/leanote/tests - go test github.com/leanote/leanote/tests
# OK