Issue #3103: added Apache Apex to project to regression testing
This commit is contained in:
parent
d3bafb185b
commit
85f6822b06
14
.travis.yml
14
.travis.yml
|
|
@ -102,6 +102,20 @@ matrix:
|
|||
- CMD=$CMD1$CMD2$CMD3$CMD4$CMD5$CMD6$CMD7$CS_CMD
|
||||
- COVERAGE_CMD=""
|
||||
|
||||
# NoErrorTest - Apache Apex (oraclejdk8)
|
||||
- jdk: oraclejdk8
|
||||
env:
|
||||
- DESC="NoErrorTest - Apache Apex"
|
||||
- CMD1="mvn clean install -DskipTests -DskipITs -Dcobertura.skip=true"
|
||||
- CMD2=" -Dpmd.skip=true -Dfindbugs.skip=true "
|
||||
- CMD3=" -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true -Dxml.skip=true"
|
||||
- CMD4=" && CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)"
|
||||
- CMD5=" && echo CS_version:\$CS_POM_VERSION"
|
||||
- CMD6=" && git clone https://github.com/apache/incubator-apex-core/ && cd incubator-apex-core"
|
||||
- CS_CMD=" && mvn compile checkstyle:check -Dcheckstyle.version=\$CS_POM_VERSION"
|
||||
- CMD=$CMD1$CMD2$CMD3$CMD4$CMD5$CMD6$CMD7$CS_CMD
|
||||
- COVERAGE_CMD=""
|
||||
|
||||
# NoExceptiontest - Checkstyle, sevntu-checkstyle (oraclejdk8)
|
||||
- jdk: oraclejdk8
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue