Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/986#discussion_r180544522
--- Diff: .travis.yml ---
@@ -33,7 +33,7 @@ before_install:
- npm config set prefix $HOME/.npm-prefix --global
install:
- - time mvn -q -T 2C -DskipTests clean install
+ - time mvn -q -T 2C -DskipTests -PHDP-2.5.0.0 clean install
--- End diff --
Just so I'm completely clear, by "build matrix" I mean
[this](https://docs.travis-ci.com/user/customizing-the-build#Build-Matrix)
---