1
0
mirror of https://github.com/nlohmann/json synced 2025-01-09 08:50:07 +00:00

added g++-mingw-w64-i686

This commit is contained in:
Niels 2015-07-24 22:43:00 +02:00
parent d9a2077a0e
commit 0608e2d3e0

View File

@ -8,6 +8,7 @@ compiler:
env:
- COMPILER=g++-4.9
- COMPILER=g++-5
- COMPILER=g++-mingw-w64-i686
- COMPILER=clang-3.6
- COMPILER=clang-3.7
@ -21,6 +22,7 @@ addons:
packages:
- g++-4.9
- g++-5
- g++-mingw-w64-i686
- clang-3.6
- clang-3.7
- valgrind