Skip to content

Commit

Permalink
#86: CI: remove obsolete Travis CI config
Browse files Browse the repository at this point in the history
Travis CI is obsolete and will be replaced entirely in this repo by
GitHub Actions. Remove the Travis CI config and update the README.

Closes #86.
  • Loading branch information
aklomp committed Jun 5, 2022
2 parents dbe3019 + e4bdaa1 commit 79eb06b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 49 deletions.
45 changes: 0 additions & 45 deletions .travis.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fast Base64 stream encoder/decoder

[![Build Status](https://travis-ci.org/aklomp/base64.png?branch=master)](https://travis-ci.org/aklomp/base64)
[![Build Status](https://github.com/aklomp/base64/actions/workflows/test.yml/badge.svg)](https://github.com/aklomp/base64/actions/workflows/test.yml)

This is an implementation of a base64 stream encoding/decoding library in C99
with SIMD (AVX2, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and
Expand Down Expand Up @@ -405,9 +405,9 @@ written to standard output.

## Tests

See `tests/` for a small test suite. Testing is automated with [Travis
CI](https://travis-ci.org/aklomp/base64), which builds and tests the code
across various architectures.
See `tests/` for a small test suite. Testing is automated with
[GitHub Actions](https://github.com/aklomp/base64/actions), which builds and
tests the code across various architectures.

## Benchmarks

Expand Down

0 comments on commit 79eb06b

Please sign in to comment.