Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/596#discussion_r110668972
--- Diff: .travis.yml ---
@@ -5,6 +5,18 @@ jdk:
- oraclejdk8
sudo: required
dist: trusty
+cache:
+ directories:
+ - $HOME/mvn-home
+
+install:
+ # install maven 3.3.9 if it is not in cache already
--- End diff --
I'm not sure I see why it matters. The requirement is at least 3.2.5 and
3.3.9 meets that requirement. I suppose we could pin travis to the minimum
version but is there any particular reason to do so?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---