martinmoene / ring-span-lite

ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
152 stars 12 forks source link

Remove Travis CI configuration and badge #28

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/ring-span-lite), so there is no point in keeping that stuff around.

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