Skip to content

Commit 7cc9433

Browse files
authored
Update README.md
Remove references to old, dysfunctional CI systems
1 parent b9c28b1 commit 7cc9433

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ proposal.
8585
It has been open-sourced in the hope that others will find it useful and that the C++ community
8686
can provide feedback on it and ways to improve it.
8787

88-
It requires a compiler that supports the coroutines TS:
89-
- Windows + Visual Studio 2017 [![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/lewissbaker/cppcoro?branch=master&svg=true&passingText=master%20-%20OK&failingText=master%20-%20Failing&pendingText=master%20-%20Pending)](https://ci.appveyor.com/project/lewissbaker/cppcoro/branch/master)
90-
- Linux + Clang 5.0/6.0 + libc++ [![Build Status](https://travis-ci.org/lewissbaker/cppcoro.svg?branch=master)](https://travis-ci.org/lewissbaker/cppcoro)
91-
9288
The Linux version is functional except for the `io_context` and file I/O related classes which have not yet been implemented for Linux (see issue [#15](https://github.com/lewissbaker/cppcoro/issues/15) for more info).
9389

9490
# Class Details

0 commit comments

Comments
 (0)