[git] GPG-ERROR - branch, master, updated. gpgrt-1.28-20-g0cc0ba7

by Werner Koch cvs at cvs.gnupg.org
Thu Mar 22 21:07:27 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  0cc0ba764eae79f05b33a203c405e1d88278159e (commit)
      from  d4faf67b6367a972af18e8b7a02935bc84f3f678 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0cc0ba764eae79f05b33a203c405e1d88278159e
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Mar 22 21:00:51 2018 +0100

    build: And more travis.yml tweaking
    
    --

diff --git a/.travis.yml b/.travis.yml
index 6ae94b3..4ab8ff1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,19 +4,17 @@ os:
   - linux
     dist: trusty
     sudo: required
-  - osx
+#  - osx
 
 compiler:
   - gcc
-  - clang
+#  - clang
 
 before_install:
-- echo "Building for $TRAVIS_OS_NAME\n";
-
-#Linux
-if [ $TRAVIS_OS_NAME == linux ]; then
-  sudo apt-get update -qq;
-  sudo apt-get install gettext;
-fi
+  - echo "Building for $TRAVIS_OS_NAME\n";
+  - if [ $TRAVIS_OS_NAME == linux ]; then
+      sudo apt-get update -qq;
+      sudo apt-get install gettext;
+    fi
 
 script: ./autogen.sh --git-build

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

Summary of changes:
 .travis.yml | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list