Github user bigdata-memory commented on a diff in the pull request:

    https://github.com/apache/incubator-mnemonic/pull/65#discussion_r136454237
  
    --- Diff: .travis.yml ---
    @@ -37,6 +37,6 @@ install:
     
     script:
       - ls -l $TRAVIS_BUILD_DIR
    -  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t 
mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git 
clean -xdf; mvn clean install"
    +  - docker run -v $TRAVIS_BUILD_DIR:/ws/incubator-mnemonic --rm -t 
mnemonic/mneci /bin/bash -c "cd /ws/incubator-mnemonic; git log -1 --stat; git 
clean -xdf; mvn clean install; mvn javadoc:javadoc"
    --- End diff --
    
    How about to use following one maven command instead of two?
    mvn clean install javadoc:javadoc


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to