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 +