summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-02 22:42:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-02 22:42:30 +0200
commit49a19a50cb2070f5178b930d8055e9da4c317c45 (patch)
tree54abfc83c59a62b5fc27d673b8dc53f024323996
parentda4221f99e24b45a8f2ea517ad4f44400f1fe533 (diff)
downloadqutebrowser-49a19a50cb2070f5178b930d8055e9da4c317c45.tar.gz
qutebrowser-49a19a50cb2070f5178b930d8055e9da4c317c45.zip
ci: Move Qt 5.13 back to Travis
We get another seccomp-bpf failure there
-rw-r--r--.github/workflows/ci.yml7
-rw-r--r--.travis.yml7
2 files changed, 11 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 93249ed70..2175840bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -83,9 +83,10 @@ jobs:
os: ubuntu-20.04
python: 3.8
### PyQt 5.13 (Python 3.8)
- - testenv: py38-pyqt513
- os: ubuntu-20.04
- python: 3.8
+ # FIXME: seccomp-bpf failure in syscall 0230
+ # - testenv: py38-pyqt513
+ # os: ubuntu-20.04
+ # python: 3.8
### PyQt 5.14 (Python 3.8)
- testenv: py38-pyqt514
os: ubuntu-20.04
diff --git a/.travis.yml b/.travis.yml
index 5a521cd42..8eefed7ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,13 @@ matrix:
- python: 3.7
env: TESTENV=py37-pyqt511
+ ### PyQt 5.13 (Python 3.8)
+ - env: TESTENV=py38-pyqt513
+ addons:
+ apt:
+ packages:
+ - libxkbcommon-x11-0
+
### PyQt 5.15 (Python 3.8, with coverage)
- env: TESTENV=py38-pyqt515-cov
addons: