You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by chipitsine <gi...@git.apache.org> on 2017/10/28 07:10:53 UTC

[GitHub] incubator-guacamole-client pull request #188: GUACAMOLE-392: add basic travi...

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


---