diff options
author | Johannes Huber <johu@gentoo.org> | 2018-02-06 20:17:53 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-02-06 20:17:53 +0100 |
commit | cc3fcfc2708c0d2176094113bc91c5f6f70ba869 (patch) | |
tree | b3dd30e39c1495bcc08c94296d0c89f67abe58c2 /.travis.yml | |
parent | kde-plasma: Drop KDE Plasma 5.12.0 (diff) | |
download | kde-cc3fcfc2708c0d2176094113bc91c5f6f70ba869.tar.gz kde-cc3fcfc2708c0d2176094113bc91c5f6f70ba869.tar.bz2 kde-cc3fcfc2708c0d2176094113bc91c5f6f70ba869.zip |
.travis.yml: Bump portage version to 2.3.24
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9c41b38483..e3f791117e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.23" + - PORTAGE_VER="2.3.24" before_install: - sudo apt-get -qq update - pip install lxml |