Refactor .travis.yml and qt installation

This commit is contained in:
Zion Nimchuk
2018-02-27 15:27:32 -08:00
committed by Ani
parent b61a69c877
commit a766478e15
2 changed files with 20 additions and 20 deletions
+1 -2
View File
@@ -33,8 +33,7 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
var widget = gui.currentPageWidget();
widget.deselectAll();
widget.selectComponent("qt.qt5.5101.gcc_64");
widget.selectComponent("qt.qt5." + installer.environmentVariable("QTVER") + ".gcc_64");
gui.clickButton(buttons.NextButton);
}