Skip to content

Commit

Permalink
fix appveyor link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 26, 2014
1 parent 74f1c5d commit d49f82e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
An alternative to `boost::variant` for C++11.

[![Build Status](https://secure.travis-ci.org/mapbox/variant.svg)](https://travis-ci.org/mapbox/variant)

[![Build status](https://ci.appveyor.com/api/projects/status/eqddcfxlvmt6fkif)](https://ci.appveyor.com/project/springmeyer/variant)
[![Build status](https://ci.appveyor.com/api/projects/status/v9tatx21j1k0fcgy)](https://ci.appveyor.com/project/Mapbox/variant)

# Depends

- Compiler supporting `-std=c++11`
- Tested with g++-4.7, g++-4.8, and clang++ 3.4, Visual C++ Compiler November 2013 CTP
- Tested with g++-4.7, g++-4.8, clang++ 3.4, and Visual C++ Compiler November 2013 CTP

Note: get the VS "CTP" release at http://www.microsoft.com/en-us/download/details.aspx?id=41151

Expand Down

0 comments on commit d49f82e

Please sign in to comment.