update travis
This commit is contained in:
@ -25,7 +25,7 @@ script:
|
|||||||
# build
|
# build
|
||||||
- go build -o leanote github.com/leanote/leanote/app/tmp
|
- go build -o leanote github.com/leanote/leanote/app/tmp
|
||||||
# run with port 9000
|
# run with port 9000
|
||||||
- ./leanote -importPath=github.com/leanote/leanote -runMode=dev -port=9000 &
|
- ./leanote -importPath=github.com/leanote/leanote -runMode=prod -port=9000 &
|
||||||
# test
|
# test
|
||||||
- curl http://localhost:9000
|
- curl http://localhost:9000
|
||||||
- curl http://localhost:9000/blog
|
- curl http://localhost:9000/blog
|
||||||
|
Reference in New Issue
Block a user