diff options
author | Werner Koch <[email protected]> | 2018-03-22 20:26:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-22 20:26:24 +0000 |
commit | 157130befaacfcc417ddfc98d8f0238f6756b2cc (patch) | |
tree | dd07a9ae72a5f590e76e7fd4f108f28af9d24d07 | |
parent | build: Another try on travis.yml (diff) | |
download | libgpg-error-157130befaacfcc417ddfc98d8f0238f6756b2cc.tar.gz libgpg-error-157130befaacfcc417ddfc98d8f0238f6756b2cc.zip |
build: Okay travis, take this
--
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 558b15d..c22ee46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ compiler: before_install: - echo "Building for $TRAVIS_OS_NAME" - - sudo apt-get update -qq; - - sudo apt-get install gettext; + - wget -q http://de.archive.ubuntu.com/ubuntu/pool/main/g/gettext/gettext_0.19.7-2ubuntu3_amd64.deb + - sudo dpkg -i gettext_0.19.7-2ubuntu3_amd64.deb script: - ./autogen.sh --git-build |