martinmoene / value-ptr-lite

value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
48 stars 14 forks source link

Remove Travis CI configuration and badge #13

Closed striezel closed 1 year ago

striezel commented 1 year ago

The tests are not running on Travis CI anymore (https://app.travis-ci.com/github/martinmoene/value-ptr-lite), so there is no point in keeping that stuff around.

Contributes to https://github.com/martinmoene/nonstd-lite-project/issues/65.