sijie closed pull request #1154: Fix the travis config on building dlog module
URL: https://github.com/apache/bookkeeper/pull/1154
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 353abd233..b679f217a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,8 @@ before_install:
     if [ "$TRAVIS_OS_NAME" == "linux" ]; then
         jdk_switcher use "$CUSTOM_JDK";
     fi
-    if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
+    echo "TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST}"
+    if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
         export DLOG_MODIFIED="true"  
         echo "Enable testing distributedlog modules since they are not pull 
requests."
     else


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to