update travis
This commit is contained in:
@ -7,9 +7,12 @@ services:
|
|||||||
install:
|
install:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- go get -v github.com/leanote/leanote/app
|
- go get -v github.com/leanote/leanote/app
|
||||||
|
- go install github.com/revel/cmd/revel
|
||||||
|
|
||||||
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
|
||||||
|
- revel build github.com/leanote/leanote
|
||||||
|
- revel package github.com/leanote/leanote
|
||||||
# OK
|
# OK
|
Reference in New Issue
Block a user