aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Meredith <mark.meredith@netl.doe.gov>2017-12-24 18:01:11 -0500
committerMark Meredith <mark.meredith@netl.doe.gov>2017-12-24 18:01:11 -0500
commitd30c99f997650ab3e009c376d3a205c43c286370 (patch)
tree656c96430d3a8ec4bf1feccd4cf6325ceabcbba8
parent704d7fe5979b9e55363376ba69a9620071442ca7 (diff)
downloadcrow-d30c99f997650ab3e009c376d3a205c43c286370.tar.gz
crow-d30c99f997650ab3e009c376d3a205c43c286370.zip
Fix compiler command
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5aa4173..059ea3d 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: