martinmoene / byte-lite

byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
53 stars 8 forks source link

Remove Travis CI configuration and badge #14

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

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