This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 02d770027892fd86aa90cc43e6dfebf801e147d4 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Sat Nov 9 17:04:56 2019 +0300 Add Travis job that executes jmeter-maven-plugin tests --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8618c1e..f962c6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,3 +55,11 @@ matrix: script: # Spotless, Checksyle, and JaCoCo are verified here to ensure they all work with the latest supported Java - xvfb-run ./gradlew build jacocoReport -Duser.language=fr -Duser.country=FR $SKIP_TAR + - name: jmeter-maven-plugin tests + jdk: openjdk8 + script: + - ./gradlew publishToMavenLocal -Pjmeter.version=42.0 + - cd .. + - git clone --depth 100 https://github.com/jmeter-maven-plugin/jmeter-maven-plugin.git + - cd jmeter-maven-plugin + - mvn verify -Djmeter.version=42.0-SNAPSHOT
