aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Meredith <mark.meredith@netl.doe.gov>2017-12-26 07:28:15 -0500
committerMark Meredith <mark.meredith@netl.doe.gov>2017-12-26 07:28:15 -0500
commitf4d187a1a64232e91cf23f262c01930df0e0353a (patch)
treefcabafa5d0a17cb9f5185447e08758a7922bd91e
parentc62634c589323e0bacd3a22a7af3bd4c37479d43 (diff)
downloadcrow-f4d187a1a64232e91cf23f262c01930df0e0353a.tar.gz
crow-f4d187a1a64232e91cf23f262c01930df0e0353a.zip
Revert "Add MinGW test"
This reverts commit 704d7fe5979b9e55363376ba69a9620071442ca7.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5aa4173..d7a50c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,6 @@ 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
addons:
apt:
@@ -31,7 +30,6 @@ addons:
- clang-3.6
- libboost1.55-all-dev
- python-pip
- - mingw-w64
install:
- if [ "$PUSH_COVERAGE" == "ON" ]; then pip install --user git+git://github.com/eddyxu/cpp-coveralls.git; fi