Skip to content

Commit

Permalink
test against modern version of guava
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesamuel committed Nov 14, 2018
1 parent b17604b commit 0f03c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_for_travis.sh
Expand Up @@ -13,5 +13,6 @@ if echo $TRAVIS_JDK_VERSION | egrep -q 'jdk[67]'; then
exec mvn verify -Dmaven.javadoc.skip=true $COMMON_FLAGS
else
# Build the whole kit-n-kaboodle.
exec mvn -f aggregate verify $COMMON_FLAGS
mvn -f aggregate/pom.xml source:jar javadoc:jar verify $COMMON_FLAGS \
&& mvn -Dguava.version=27.0-jre -f aggregate/pom.xml clean source:jar javadoc:jar verify $COMMON_FLAGS
fi

0 comments on commit 0f03c86

Please sign in to comment.