diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 251e5c5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: cpp - -os: - - linux - - osx - -compiler: - - gcc - - clang - -env: - - CONFIGURATION=Debug - - CONFIGURATION=RelWithDebInfo - - CONFIGURATION=MinSizeRel - - CONFIGURATION=Release - -script: - - mkdir build - - cd build - - cmake -DCMAKE_BUILD_TYPE=$CONFIGURATION ../test - - make - - ./utest_test - - ./utest_test_wpo diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 251e5c5..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: cpp - -os: - - linux - - osx - -compiler: - - gcc - - clang - -env: - - CONFIGURATION=Debug - - CONFIGURATION=RelWithDebInfo - - CONFIGURATION=MinSizeRel - - CONFIGURATION=Release - -script: - - mkdir build - - cd build - - cmake -DCMAKE_BUILD_TYPE=$CONFIGURATION ../test - - make - - ./utest_test - - ./utest_test_wpo diff --git a/README.md b/README.md index 6186b5b..851abb1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Actions Status](https://github.com/sheredom/utest.h/workflows/CMake/badge.svg)](https://github.com/sheredom/utest.h/actions) [![Build status](https://ci.appveyor.com/api/projects/status/i2u3a0pw4pxprrcv?svg=true)](https://ci.appveyor.com/project/sheredom/utest-h) -[![Build Status](https://travis-ci.org/sheredom/utest.h.svg)](https://travis-ci.org/sheredom/utest.h) A simple one header solution to unit testing for C/C++.