travis-ci: switch mingw to ubuntu 16.04

pull/195/head
Ilya Shipitsin 2017-11-20 10:23:31 +05:00
parent fd0fda5480
commit 4d75ca9bd6
1 changed files with 6 additions and 3 deletions

View File

@ -25,9 +25,12 @@ matrix:
addons: addons:
apt: apt:
packages: packages: [ cppcheck ]
- gcc-mingw-w64
- 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: before_script:
- unset CC; unset CXX - unset CC; unset CXX