From b4063de452c4ebe5f554ffca5f807dc363136b09 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Aug 2017 08:32:12 -0700 Subject: Travis: fix typo in '--platform' option Signed-off-by: Dirk Hohndel --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f17dd94f..5035881fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_install: rm -rf Qt ; wget http://download.qt.io/official_releases/qt/5.9/5.9.1/qt-opensource-linux-x64-5.9.1.run ; chmod +x ./qt-opensource-linux-x64-5.9.1.run ; - ./qt-opensource-linux-x64-5.9.1.run -platform minimal --script qt-installer-noninteractive.qs --no-force-installations ; + ./qt-opensource-linux-x64-5.9.1.run --platform minimal --script qt-installer-noninteractive.qs --no-force-installations ; fi # TestPreferences uses gui calls, so run a xvfb so it has something to talk to - "export DISPLAY=:99.0" -- cgit v1.2.3-70-g09d2