diff options
author | 2018-07-21 20:30:21 +0200 | |
---|---|---|
committer | 2018-07-21 20:30:21 +0200 | |
commit | 6d91a3e71d3abffb9959d1d600a4372b27965a72 (patch) | |
tree | e78f9d67eaee1800525d97543f02c6a717c80271 /.travis.yml | |
parent | dev-qt/qtsql: sync with gentoo repo (diff) | |
download | qt-6d91a3e71d3abffb9959d1d600a4372b27965a72.tar.gz qt-6d91a3e71d3abffb9959d1d600a4372b27965a72.tar.bz2 qt-6d91a3e71d3abffb9959d1d600a4372b27965a72.zip |
travis: update
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 3217506a..56db7a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.38" + - PORTAGE_VER="2.3.43" before_install: - sudo apt-get -qq update - pip install lxml pyyaml |