From d30c99f997650ab3e009c376d3a205c43c286370 Mon Sep 17 00:00:00 2001 From: Mark Meredith Date: Sun, 24 Dec 2017 18:01:11 -0500 Subject: [PATCH] Fix compiler command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5aa4173bb..059ea3dc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ env: - COMPILER=g++-4.9 CCOMPILER=gcc-4.9 - COMPILER=g++-5 CCOMPILER=gcc-5 - COMPILER=clang++-3.6 CCOMPILER=clang-3.6 - - COMPILER=x86_64-w64-mingw32-g++-posix CCOMPILER=x86_64-w64-mingw32-gcc-posix + - COMPILER=x86_64-w64-mingw32-g++ CCOMPILER=x86_64-w64-mingw32-gcc addons: apt: