[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 10 09:00:03 UTC 2016


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


- Log -----------------------------------------------------------------
commit 8cffddc0f2c59768e724a4c8dc68822cfea5cacc
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 10 08:36:57 2016 +0100

    Travis - add missing semi-colon
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

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 ..


More information about the openssl-commits mailing list