Skip to content

Commit

Permalink
Update CI badges in README.md (#1149)
Browse files Browse the repository at this point in the history
* Update CI badges in `README.md`

This is also to test that the new Appveyor config is even working. There should also be an update for CircleCI soonish.

* Update README.md
  • Loading branch information
Osspial authored and goddessfreya committed Apr 25, 2019
1 parent c8bf494 commit 25ebd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Alternative to GLFW in pure Rust.

[![](https://meritbadge.herokuapp.com/glutin)](https://crates.io/crates/glutin)
[![Docs.rs](https://docs.rs/glutin/badge.svg)](https://docs.rs/glutin)
[![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin)
[![Build status](https://ci.appveyor.com/api/projects/status/cv5xewg3uchb3854/branch/master?svg=true)](https://ci.appveyor.com/project/tomaka/glutin/branch/master)
[![Build Status](https://travis-ci.org/rust-windowing/glutin.png?branch=master)](https://travis-ci.org/rust-windowing/glutin)
[![Build status](https://ci.appveyor.com/api/projects/status/lexg1h4eyp7eg0nj/branch/master?svg=true)](https://ci.appveyor.com/project/Osspial/glutin/branch/master)

```toml
[dependencies]
Expand Down

0 comments on commit 25ebd6f

Please sign in to comment.