Skip to content

Commit

Permalink
Disable JMH tests in Travis build to reduce build pipeline time
Browse files Browse the repository at this point in the history
  • Loading branch information
aguibert committed Sep 3, 2019
1 parent f0fb187 commit 42f617d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions yasson-jmh/.gitignore
@@ -0,0 +1 @@
target/
4 changes: 2 additions & 2 deletions yasson-jmh/pom.xml
Expand Up @@ -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>


Expand Down Expand Up @@ -98,4 +98,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 42f617d

Please sign in to comment.