From d569015273251bcbac23dcc0b8bdf2b6a9e18009 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 22 Jan 2015 22:22:57 +0100 Subject: [PATCH] Travis: updated name of PPA with MinGW-X packages for Precise --- .travis/linux.win32.before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/linux.win32.before_install.sh b/.travis/linux.win32.before_install.sh index 02a9be79d..73c14aedd 100644 --- a/.travis/linux.win32.before_install.sh +++ b/.travis/linux.win32.before_install.sh @@ -1,2 +1,2 @@ -sudo add-apt-repository ppa:tobydox/mingw -y +sudo add-apt-repository ppa:tobydox/mingw-x-precise -y sudo apt-get update -qq