commit: 9b8bc326f47e0b85b5cad3ea6e109d4895daef19
Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Thu Apr 22 19:07:11 2021 +0000
Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
CommitDate: Thu Apr 22 19:07:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=9b8bc326
travis: update repoman-travis script
Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
.travis.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 16aa35a..e3ebb84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@
#
language: python
python:
- - pypy
+ - "3.8"
env:
- - PORTAGE_VER="2.3.77"
+ - PORTAGE_VER="3.0.13"
before_install:
- sudo apt-get -qq update
- pip install lxml pyyaml
@@ -31,4 +31,3 @@ before_script:
script:
- ./../spinner.sh "python
../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
# You can append own scripts after this line
-