diff options
Diffstat (limited to 'src/boost/libs/smart_ptr/README.md')
-rw-r--r-- | src/boost/libs/smart_ptr/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boost/libs/smart_ptr/README.md b/src/boost/libs/smart_ptr/README.md new file mode 100644 index 00000000..1301e79c --- /dev/null +++ b/src/boost/libs/smart_ptr/README.md @@ -0,0 +1,6 @@ +# Boost.SmartPtr + +Branch | Travis | Appveyor +---------|--------|--------- +Develop | [![Build Status](https://travis-ci.org/boostorg/smart_ptr.svg?branch=develop)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/smart_ptr?branch=develop&svg=true)](https://ci.appveyor.com/project/pdimov/smart-ptr) +Master | [![Build Status](https://travis-ci.org/boostorg/smart_ptr.svg?branch=master)](https://travis-ci.org/boostorg/smart_ptr) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/smart_ptr?branch=master&svg=true)](https://ci.appveyor.com/project/pdimov/smart-ptr) |