Skip to content

Commit

Permalink
Revert "Add MinGW test"
Browse files Browse the repository at this point in the history
This reverts commit 704d7fe.
  • Loading branch information
Mark Meredith committed Dec 26, 2017
1 parent c62634c commit f4d187a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f4d187a

Please sign in to comment.