Merge pull request #195 from chipitsine/modernize_mingw

switch travis-ci mingw to ubuntu 16.04
pull/147/merge
Samuli Seppänen 2017-11-20 10:37:25 +02:00 committed by GitHub
commit d0105369b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -25,9 +25,12 @@ matrix:
addons:
apt:
packages:
- gcc-mingw-w64
- cppcheck
packages: [ cppcheck ]
install:
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu xenial main universe"
- sudo apt-get update
- sudo apt-get -y install dpkg gcc-mingw-w64
before_script:
- unset CC; unset CXX