Merge pull request #241 from bjz/fix-travis-badge

Use correct branch for travis badge
This commit is contained in:
Brendan Zabarauskas 2015-10-04 11:20:13 +11:00
commit b9f236d913

View file

@ -1,6 +1,6 @@
# cgmath-rs # cgmath-rs
[![Build Status](https://img.shields.io/travis/bjz/cgmath-rs.svg)](https://travis-ci.org/bjz/cgmath-rs) [![Build Status](https://travis-ci.org/bjz/cgmath-rs.svg?branch=master)](https://travis-ci.org/bjz/cgmath-rs)
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath) [![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/bjz/cgmath-rs/blob/master/LICENSE) [![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/bjz/cgmath-rs/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath) [![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath)