diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-01-08 20:59:58 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-01-10 08:19:07 -0800 |
commit | c7e3e4146e31a22c5e5f4ed11166b9150495c694 (patch) | |
tree | a9a44874bb5d1342270e4bc28bfd81b8aa6dd014 /scripts/qt56 | |
parent | cfc22d07027ec9b7edbd411598ae4c36734defae (diff) | |
download | subsurface-c7e3e4146e31a22c5e5f4ed11166b9150495c694.tar.gz |
Travis: OpenSUSE 42.3 / Qt5.6, add missing curl
The install was missing curl.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Removed upgrade to newer libgit2.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/qt56')
-rw-r--r-- | scripts/qt56/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qt56/before_install.sh b/scripts/qt56/before_install.sh index 7be945b89..6252da65c 100644 --- a/scripts/qt56/before_install.sh +++ b/scripts/qt56/before_install.sh @@ -18,4 +18,4 @@ docker exec -t builder zypper --non-interactive install \ libqt5-qtbase-devel libQt5WebKit5-devel libqt5-qtsvg-devel \ libqt5-qtscript-devel libqt5-qtdeclarative-devel \ libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel which \ - libgit2-devel + libgit2-devel curl |