Skip to content

Commit

Permalink
Travis: updated name of PPA with MinGW-X packages for Precise
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Jan 22, 2015
1 parent ee25db7 commit ffe7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe7e8b

Please sign in to comment.