update travis

This commit is contained in:
lealife
2015-09-18 13:48:06 +08:00
parent c4954b94b8
commit 8b3a1a646a

View File

@ -26,7 +26,7 @@ script:
- 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=dev -port=9000 &
- sleep 20s; - sleep 10s;
# test # test
- curl http://localhost:9000 - curl http://localhost:9000
- curl http://localhost:9000/blog - curl http://localhost:9000/blog