0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 00:33:02 +03:00

travis build: ppa:beineri/opt-qt56-trusty --> ppa:beineri/opt-qt561-trusty

This commit is contained in:
Arin Alex 2016-06-29 23:24:04 +03:00
parent 659a2dea00
commit 692e941bbb

View File

@ -10,7 +10,7 @@ env:
- QT_BASE=56
before_install:
- if [ "$QT_BASE" = "56" ]; then sudo add-apt-repository ppa:beineri/opt-qt56-trusty -y; fi
- if [ "$QT_BASE" = "56" ]; then sudo add-apt-repository ppa:beineri/opt-qt561-trusty -y; fi
- sudo apt-get update -qq
install: