Skip to content

Commit 83dcc8b

Browse files
committed
added CI badges
1 parent 5254e1c commit 83dcc8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Docker Images
1+
name: Test Runner
22

33
on: push
44

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
A versatile collection of compile time optimized tools for C++ programming.
55

6+
[![Travis Status](https://travis-ci.org/basicpp17/co-cpp19.svg?branch=develop)](https://travis-ci.org/basicpp17/co-cpp19)
7+
[![Actions: Test Runner](https://github.com/basicpp17/co-cpp19/workflows/Test%20Runner/badge.svg)](https://github.com/basicpp17/co-cpp19/actions)
8+
69
## Target Compilers
710

811
This library uses the latest C++ features available in Clang and Visual Studio 2019.

0 commit comments

Comments
 (0)