From 42f617d3e5bd57b34d8b46b306e7abe7acb65248 Mon Sep 17 00:00:00 2001 From: Andrew Guibert Date: Tue, 3 Sep 2019 11:16:08 -0500 Subject: [PATCH] Disable JMH tests in Travis build to reduce build pipeline time --- .travis.yml | 10 +++++----- yasson-jmh/.gitignore | 1 + yasson-jmh/pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 yasson-jmh/.gitignore diff --git a/.travis.yml b/.travis.yml index 54d6a2583..bc7dc805e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,11 @@ jobs: include: - stage: install-yasson script: mvn -U -C -Pstaging clean install - - stage: run-jmh - script: - - cd yasson-jmh - - mvn clean install - - java -jar target/yasson-jmh.jar -t 1 -f 2 +# - stage: run-jmh +# script: +# - cd yasson-jmh +# - mvn clean install +# - java -jar target/yasson-jmh.jar -t 1 -f 2 - stage: tck-run script: bash tck.sh diff --git a/yasson-jmh/.gitignore b/yasson-jmh/.gitignore new file mode 100644 index 000000000..2f7896d1d --- /dev/null +++ b/yasson-jmh/.gitignore @@ -0,0 +1 @@ +target/ diff --git a/yasson-jmh/pom.xml b/yasson-jmh/pom.xml index 4d9db7980..233c92eea 100644 --- a/yasson-jmh/pom.xml +++ b/yasson-jmh/pom.xml @@ -14,7 +14,7 @@ 1.21 - 1.0.3-SNAPSHOT + 1.0.5-SNAPSHOT @@ -98,4 +98,4 @@ - \ No newline at end of file +