Travis CI should test against every configuration we care about:
(For linux):
g++-4.7
g++-4.8
g++-4.9
g++-5
g++-6
clang++-3.3
(newer clangs)
Clang should be tested against libstdc++ and libc++.
OSX builds should test clang.
Currently we are only doing a single g++ automated test.
Also need to get this set up for MSVC as well (#126), which should test against MSVC 2013 and MSVC 2015.
Travis CI should test against every configuration we care about:
(For linux):
g++-4.7
g++-4.8
g++-4.9
g++-5
g++-6
clang++-3.3
(newer clangs)
Clang should be tested against libstdc++ and libc++.
OSX builds should test clang.
Currently we are only doing a single g++ automated test.
Also need to get this set up for MSVC as well (#126), which should test against MSVC 2013 and MSVC 2015.