The branch master has been updated
       via  8cffddc0f2c59768e724a4c8dc68822cfea5cacc (commit)
      from  3253927d5f797cb42cad23d8729301960fea97ad (commit)


- Log -----------------------------------------------------------------
commit 8cffddc0f2c59768e724a4c8dc68822cfea5cacc
Author: Richard Levitte <[email protected]>
Date:   Thu Mar 10 08:36:57 2016 +0100

    Travis - add missing semi-colon
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 750db1f..ec2396e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,7 +77,7 @@ before_script:
       else
           if which ccache >/dev/null; then
               CC="ccache $CC";
-          fi
+          fi;
           $srcdir/config $CONFIG_OPTS;
       fi
     - cd ..
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to