Github user chipitsine commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/188#discussion_r147548262
--- Diff: .travis.yml ---
@@ -0,0 +1,14 @@
+dist: trusty
+
+os: linux
+
+install: true
+
+cache:
+ directories: [ $HOME/.m2 ]
+
+language: java
+
+script:
+ - mvn install -DskipTests=true -Drat.skip=true -Dmaven.javadoc.skip=true
-B -V
--- End diff --
as for skipping RAT check, I left that to those who understands how to deal
with that :) I do not insist in skipping actually
---