Travis: updated name of PPA with MinGW-X packages for Precise

This commit is contained in:
Tobias Doerffel
2015-01-22 22:24:23 +01:00
parent ee25db797d
commit ffe7e8b8fa

View File

@@ -5,7 +5,7 @@ env:
- TARGET_OS=win32
- TARGET_OS=win64
before_install:
- if [ $TARGET_OS != linux ]; then sudo add-apt-repository ppa:tobydox/mingw -y; fi
- if [ $TARGET_OS != linux ]; then sudo add-apt-repository ppa:tobydox/mingw-x-precise -y; fi
- sudo apt-get update -qq
install:
- if [ $TARGET_OS != linux ]; then sudo apt-get install -y nsis cloog-isl libmpc2 mingw32; fi