diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-03 08:32:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-03 11:19:49 -0700 |
commit | b4063de452c4ebe5f554ffca5f807dc363136b09 (patch) | |
tree | a6b93cf47af5ad4a7ec7c18a8f238db633074391 /.travis.yml | |
parent | 1e621205343bc87e655802043e661d1d68f5c214 (diff) | |
download | subsurface-b4063de452c4ebe5f554ffca5f807dc363136b09.tar.gz |
Travis: fix typo in '--platform' option
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |