mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: fix typo in '--platform' option
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1e62120534
commit
b4063de452
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ before_install:
|
||||||
rm -rf Qt ;
|
rm -rf Qt ;
|
||||||
wget http://download.qt.io/official_releases/qt/5.9/5.9.1/qt-opensource-linux-x64-5.9.1.run ;
|
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 ;
|
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
|
fi
|
||||||
# TestPreferences uses gui calls, so run a xvfb so it has something to talk to
|
# TestPreferences uses gui calls, so run a xvfb so it has something to talk to
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue