From de4eb8b6d25e9db4d940c874b0ece32c53aecac8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 Sep 2021 19:47:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4bb7c..d49356b 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ Supported compilers: * clang++ 3.9 or later with `-std=c++11` or above * Visual Studio 2015, 2017, 2019 -Tested on [Travis](https://travis-ci.org/boostorg/variant2/) and +Tested on [Github Actions](https://github.com/boostorg/variant2/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/variant2-fkab9).