From 5e0187c0a2e635c52e9225bdddea713b7b7b7284 Mon Sep 17 00:00:00 2001 From: NekokoTime <38867013+NekokoTime@users.noreply.github.com> Date: Mon, 28 May 2018 10:15:34 -0300 Subject: [PATCH] Update docker.sh --- .travis/linux/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/linux/docker.sh b/.travis/linux/docker.sh index f68307742f..d9c0930beb 100755 --- a/.travis/linux/docker.sh +++ b/.travis/linux/docker.sh @@ -6,7 +6,7 @@ apt-get install -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev # Get a recent version of CMake wget https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.sh sh cmake-3.11.2-Linux-x86_64.sh --exclude-subdir --prefix=/ --skip-license - +sh qt-5.11.0-Linux-x86_64.sh --exclude-subdir --prefix=/ --skip-lincense cd /yuzu mkdir build && cd build