summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-03-22 21:26:24 +0100
committerWerner Koch <wk@gnupg.org>2018-03-22 21:26:24 +0100
commit157130befaacfcc417ddfc98d8f0238f6756b2cc (patch)
treedd07a9ae72a5f590e76e7fd4f108f28af9d24d07 /.travis.yml
parent22b293fe7922bfd70e0990ca89333ab168ad1808 (diff)
downloadlibgpg-error-157130befaacfcc417ddfc98d8f0238f6756b2cc.tar.gz
build: Okay travis, take this
--
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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