From 74544b42af024c1d4f1942be534859aa22947276 Mon Sep 17 00:00:00 2001 From: Niels Date: Fri, 29 Apr 2016 20:48:47 +0200 Subject: [PATCH] removed MinGW compiler (too old) --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index c038866e4..882f98d2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,14 +30,6 @@ matrix: packages: ['g++-5', 'valgrind'] env: COMPILER=g++-5 - - os: linux - compiler: gcc - addons: - apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-mingw-w64'] - env: COMPILER=i686-w64-mingw32-g++ - # - os: linux # compiler: gcc # addons: