aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThe Qt Project <gerrit-noreply@qt-project.org>2020-07-27 14:47:46 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2020-07-27 14:47:46 +0000
commit34349e6574500e087ced56cc9504431b3e3b6469 (patch)
treed1e822daf5382d536d3b2c8940152526fd2a8f04 /.travis.yml
parent31a841ade7b1a3b10d5a132cc58a476295e2e0b5 (diff)
parenteb6adb2a65902ca507dd1fdcd97fde333f324068 (diff)
Merge "Merge branch 1.17 into master"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 096b24e2c..25a23279e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,11 +83,13 @@ jobs:
addons:
homebrew:
packages:
+ - capnp
- ccache
- grpc
- icoutils
- makensis
- protobuf
+ - python3
- p7zip
update: true
env:
@@ -100,7 +102,7 @@ jobs:
before_install:
- ./scripts/install-qt.sh -d ${QT_INSTALL_DIR} --version ${QT_VERSION} qtbase qtdeclarative qttools qtscript qtscxml
- ./scripts/install-qt.sh -d ${QT_INSTALL_DIR} --version ${QTCREATOR_VERSION} qtcreator
- - pip3 install --user beautifulsoup4 lxml
+ - python3 -m pip install --user beautifulsoup4 lxml
before_script:
- ulimit -c unlimited -S # enable core dumps
script: