You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/02/03 10:48:34 UTC

[GitHub] [drill] jnturton opened a new pull request #2452: [MINOR UPDATE] Fix line continuations in .travis.yml and update NOTICE.

jnturton opened a new pull request #2452:
URL: https://github.com/apache/drill/pull/2452


   Fix a line continuation error introduced in #2447.  Update copyright notice to the year 2022.
   
   ## Documentation
   N/A
   
   ## Testing
   Travis CI build.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] jnturton closed pull request #2452: [MINOR UPDATE] Revert changes to .travis.yml and update NOTICE.

Posted by GitBox <gi...@apache.org>.
jnturton closed pull request #2452:
URL: https://github.com/apache/drill/pull/2452


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] jnturton commented on a change in pull request #2452: [MINOR UPDATE] Fix line continuations in .travis.yml and update NOTICE.

Posted by GitBox <gi...@apache.org>.
jnturton commented on a change in pull request #2452:
URL: https://github.com/apache/drill/pull/2452#discussion_r798440524



##########
File path: .travis.yml
##########
@@ -72,12 +75,30 @@ install:
   - |
     if [ $PHASE = "tests" ]; then
       MAVEN_OPTS="-XX:+UseG1GC"
-      mvn install --batch-mode --no-transfer-progress

Review comment:
       This line lost a `\` continuation that it actually needs.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org