Gentoo Archives: gentoo-commits

From: Gergely Nagy <ngg@×××.hu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: /
Date: Thu, 22 Apr 2021 19:07:24
Message-Id: 1619118431.9b8bc326f47e0b85b5cad3ea6e109d4895daef19.ngg@gentoo
1 commit: 9b8bc326f47e0b85b5cad3ea6e109d4895daef19
2 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
3 AuthorDate: Thu Apr 22 19:07:11 2021 +0000
4 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
5 CommitDate: Thu Apr 22 19:07:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=9b8bc326
7
8 travis: update repoman-travis script
9
10 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
11
12 .travis.yml | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 16aa35a..e3ebb84 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -4,9 +4,9 @@
20 #
21 language: python
22 python:
23 - - pypy
24 + - "3.8"
25 env:
26 - - PORTAGE_VER="2.3.77"
27 + - PORTAGE_VER="3.0.13"
28 before_install:
29 - sudo apt-get -qq update
30 - pip install lxml pyyaml
31 @@ -31,4 +31,3 @@ before_script:
32 script:
33 - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
34 # You can append own scripts after this line
35 -