Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Sat, 25 May 2019 14:54:59
Message-Id: 1558796082.fdca7717ed3b76a8b2a018f40ecc45346bbced3f.grobian@gentoo
1 commit: fdca7717ed3b76a8b2a018f40ecc45346bbced3f
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 25 14:54:42 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat May 25 14:54:42 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fdca7717
7
8 travis: try switching to a more recent ubuntu
9
10 .travis.yml | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index 1dae592..b72a165 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -13,6 +13,7 @@ sudo: false
18 # Order here matters; see compiler comment above.
19 os:
20 - linux
21 +dist: xenial
22
23 env:
24 global:
25 @@ -21,9 +22,10 @@ env:
26 addons:
27 apt:
28 packages:
29 + - libgpgme11-dev
30 + - gnupg
31
32 before_install:
33 - ./travis/install-iniparser.sh
34 - ./travis/install-blake2.sh
35 - - sudo apt-get install libgpgme11-dev gnupg
36 script: ./travis/main.sh