修改PLUGIN不合理的目录结构。增加CI测试。

This commit is contained in:
wusheng 2016-03-19 22:38:55 +08:00
parent 144dabac42
commit 0a9fef5bb7
15 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ script:
- cd skywalking-api
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-sdk-plugin
- mvn install -Dmaven.test.skip=true
- cd ..
- cd skywalking-server
- mvn install -Dmaven.test.skip=true