Added QtWebEngine to Travis

This commit is contained in:
xarkes 2018-02-24 14:47:16 +01:00 committed by xarkes
parent b45314fd19
commit cac04434c1

View File

@ -34,7 +34,7 @@ install:
export PATH="/usr/local/opt/qt/bin:$PATH" export PATH="/usr/local/opt/qt/bin:$PATH"
; fi ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get -y install qt59base qt59svg --allow-unauthenticated && sudo apt-get -y install qt59base qt59svg qt59webengine --allow-unauthenticated &&
source /opt/qt5*/bin/qt5*-env.sh source /opt/qt5*/bin/qt5*-env.sh
; fi ; fi