[git] GPG-ERROR - branch, master, updated. gpgrt-1.28-21-g67a80ad
by Werner Koch
cvs at cvs.gnupg.org
Thu Mar 22 21:15:15 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 67a80ad2e706c41377d0c5ccfd48f73dbb151818 (commit)
from 0cc0ba764eae79f05b33a203c405e1d88278159e (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 67a80ad2e706c41377d0c5ccfd48f73dbb151818
Author: Werner Koch <wk at gnupg.org>
Date: Thu Mar 22 21:08:45 2018 +0100
build: And even more travis.yml tweaking
--
diff --git a/.travis.yml b/.travis.yml
index 4ab8ff1..13f6e56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,17 +4,14 @@ os:
- linux
dist: trusty
sudo: required
-# - osx
compiler:
- gcc
-# - clang
before_install:
- - echo "Building for $TRAVIS_OS_NAME\n";
- - if [ $TRAVIS_OS_NAME == linux ]; then
- sudo apt-get update -qq;
- sudo apt-get install gettext;
- fi
+ - echo "Building for $TRAVIS_OS_NAME"
+ - sudo apt-get update -qq;
+ - sudo apt-get install gettext;
-script: ./autogen.sh --git-build
+script:
+ - ./autogen.sh --git-build
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list