Files
leanote/.travis.yml

15 lines
320 B
YAML
Raw Normal View History

2015-09-11 18:34:38 +08:00
language: go
go: 1.3
services:
- mongodb # 2.4.12
install:
- export PATH=$PATH:$HOME/gopath/bin
- go get -v github.com/leanote/leanote
script:
- mongo --version
- mongorestore -h localhost -d leanote --directoryperdb ./mongodb_backup/leanote_install_data/
2015-09-11 18:36:51 +08:00
- go test github.com/leanote/leanote/tests
# OK