From 8662f0ee76ded5b6484c4fe46a5ad5740a9a659c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 8 Jun 2017 05:40:30 +0300 Subject: [PATCH] Add Travis and Appveyor links to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 167287e..05119f5 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ is available in [include/boost/mp11_single.hpp](include/boost/mp11_single.hpp). ## Supported compilers * g++ 4.7 or later -* clang 3.5 or later +* clang++ 3.5 or later * Visual Studio 2013, 2015, 2017 +Tested on [Travis](https://travis-ci.org/pdimov/mp11/) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/). + ## Documentation [Overview](doc/mp11/overview.adoc)