diff options
author | Johannes Huber <johu@gentoo.org> | 2018-02-06 20:18:50 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-02-06 20:18:50 +0100 |
commit | 0acc3b16bffb7ffd33ad4373a3c98e65d12c8172 (patch) | |
tree | 53a9e85f7a08a63ca2b235ba8d73cef31fac3d96 | |
parent | .travis.yml: Bump portage version to 2.3.22 (diff) | |
download | johu-0acc3b16bffb7ffd33ad4373a3c98e65d12c8172.tar.gz johu-0acc3b16bffb7ffd33ad4373a3c98e65d12c8172.tar.bz2 johu-0acc3b16bffb7ffd33ad4373a3c98e65d12c8172.zip |
.travis.yml: Bump portage version to 2.3.24
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index de946e7..e1b9b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.22" + - PORTAGE_VER="2.3.24" before_install: - sudo apt-get -qq update - pip install lxml |