commit: fdca7717ed3b76a8b2a018f40ecc45346bbced3f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 14:54:42 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat May 25 14:54:42 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fdca7717
travis: try switching to a more recent ubuntu
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 1dae592..b72a165 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ sudo: false
# Order here matters; see compiler comment above.
os:
- linux
+dist: xenial
env:
global:
@@ -21,9 +22,10 @@ env:
addons:
apt:
packages:
+ - libgpgme11-dev
+ - gnupg
before_install:
- ./travis/install-iniparser.sh
- ./travis/install-blake2.sh
- - sudo apt-get install libgpgme11-dev gnupg
script: ./travis/main.sh