Skip to content

Commit

Permalink
Test multiple Jackson versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaber committed Jun 4, 2020
1 parent e3ff82b commit 6ee5151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ sudo: false

script: mvn -B -q verify

env:
- # use Jackson versions from POM
- JACKSON_VERSIONS="-Ddep.jackson.version=2.9.10 -Ddep.jackson-databind.version=2.9.10.4"
- JACKSON_VERSIONS="-Ddep.jackson.version=2.10.4 -Ddep.jackson-databind.version=2.10.4"

cache:
directories:
- $HOME/.m2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.hubspot.jackson</groupId>
<artifactId>jackson-datatype-protobuf</artifactId>
<version>0.9.12-jackson2.11-SNAPSHOT</version>
<version>0.9.12-SNAPSHOT</version>
<description>Jackson Module that adds support for reading/writing protobufs</description>

<properties>
Expand Down

0 comments on commit 6ee5151

Please sign in to comment.