diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-03-29 17:45:36 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-03-29 17:45:36 +0100 |
commit | 8cdba82c257d6bae4449d2936034c5be79dcc7f1 (patch) | |
tree | 8627c1dbbdfb1b934c0915f0d1a0021668108ab1 | |
parent | sci-biology/staden: add a note about some tutorial available (diff) | |
download | sci-8cdba82c257d6bae4449d2936034c5be79dcc7f1.tar.gz sci-8cdba82c257d6bae4449d2936034c5be79dcc7f1.tar.bz2 sci-8cdba82c257d6bae4449d2936034c5be79dcc7f1.zip |
Travis: Use portage 2.2.28
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d5b6eb4b3..a702e5a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.2.27" + - PORTAGE_VER="2.2.28" before_install: - sudo apt-get -qq update - sudo apt-get install -y libxml2 |