diff options
author | Ian Moone <gentoo@chaoslab.org> | 2018-12-09 15:55:40 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-09 11:29:40 -0500 |
commit | 1184ef9b36d175865b65d0a4026f1b966a7a7196 (patch) | |
tree | b52fc8c1860a67242ede60270aa2986b76779514 /.travis.yml | |
parent | sys-cluster/ceph: Fix issues reported by repoman (diff) | |
download | libressl-1184ef9b36d175865b65d0a4026f1b966a7a7196.tar.gz libressl-1184ef9b36d175865b65d0a4026f1b966a7a7196.tar.bz2 libressl-1184ef9b36d175865b65d0a4026f1b966a7a7196.zip |
travis.yml: Bump portage to 2.3.52
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 279ef1b..befef0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ notifications: on_start: false # default: false env: global: - - PORTAGE_VER="2.3.40" + - PORTAGE_VER="2.3.52" before_install: - sudo apt-get -qq update - pip install lxml pyyaml |