aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <ngg@ngg.hu>2021-04-22 21:07:11 +0200
committerGergely Nagy <ngg@ngg.hu>2021-04-22 21:07:11 +0200
commit9b8bc326f47e0b85b5cad3ea6e109d4895daef19 (patch)
tree03c8a14c0e27382b0de42fb99de7c4c629c704ef
parentapp-emacs/*: bump eapi, fix git, remove not existing keywords (diff)
downloaddotnet-9b8bc326.tar.gz
dotnet-9b8bc326.tar.bz2
dotnet-9b8bc326.zip
travis: update repoman-travis script
Signed-off-by: Gergely Nagy <ngg@ngg.hu>
-rw-r--r--.travis.yml5
1 files 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
-