diff --git a/.travis.yml b/.travis.yml index 0486eaa..9208219 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,11 @@ env: - CFLAGS="-std=c11 -pedantic" CONFIG=Release - CXXFLAGS="-std=c++11 -pedantic" CONFIG=Debug # C++11 - CXXFLAGS="-std=c++11 -pedantic" CONFIG=Release - - CXXFLAGS="-std=c++14 -pedantic" CONFIG=Debug # C++14 - - CXXFLAGS="-std=c++14 -pedantic" CONFIG=Release - - CXXFLAGS="-std=c++17 -pedantic" CONFIG=Debug # C++17 - - CXXFLAGS="-std=c++17 -pedantic" CONFIG=Release + # Too old compilers on travis-ci.org for these: + #- CXXFLAGS="-std=c++14 -pedantic" CONFIG=Debug # C++14 + #- CXXFLAGS="-std=c++14 -pedantic" CONFIG=Release + #- CXXFLAGS="-std=c++17 -pedantic" CONFIG=Debug # C++17 + #- CXXFLAGS="-std=c++17 -pedantic" CONFIG=Release before_script: - mkdir build diff --git a/README.md b/README.md index 5ec24c3..ec7216d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build status (travis-ci.com)](https://img.shields.io/travis/mity/acutest/master.svg?label=linux%20build)](https://travis-ci.org/mity/acutest) +[![Build status (appveyor.com)](https://img.shields.io/appveyor/ci/mity/acutest/master.svg?label=windows%20build)](https://ci.appveyor.com/project/mity/acutest/branch/master) + + # Acutest Readme Home: http://github.com/mity/acutest