Fix typo in travis (#46)

This commit is contained in:
xarkes 2017-10-11 14:57:43 +02:00 committed by GitHub
parent 75821f29e1
commit f202306920

View File

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