Disable JMH tests in Travis build to reduce build pipeline time
diff --git a/.travis.yml b/.travis.yml
index 54d6a25..bc7dc80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,11 @@
   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 0000000..2f7896d
--- /dev/null
+++ b/yasson-jmh/.gitignore
@@ -0,0 +1 @@
+target/
diff --git a/yasson-jmh/pom.xml b/yasson-jmh/pom.xml
index 4d9db79..233c92e 100644
--- a/yasson-jmh/pom.xml
+++ b/yasson-jmh/pom.xml
@@ -14,7 +14,7 @@
 
     <properties>
         <jmh.version>1.21</jmh.version>
-        <yasson.version>1.0.3-SNAPSHOT</yasson.version>
+        <yasson.version>1.0.5-SNAPSHOT</yasson.version>
     </properties>
 
 
@@ -98,4 +98,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>