Readme links update, let travis fail on nightly

This commit is contained in:
Dzmitry Malyshau 2019-02-25 10:29:42 -05:00
parent 7e390571bf
commit 605fb26819
3 changed files with 6 additions and 4 deletions

View file

@ -17,6 +17,8 @@ matrix:
env: CARGO_FEATURES="simd" env: CARGO_FEATURES="simd"
- rust: nightly - rust: nightly
env: CARGO_FEATURES="serde simd" env: CARGO_FEATURES="serde simd"
allow_failures:
- rust: nightly
script: script:
- cargo build --features "$CARGO_FEATURES" - cargo build --features "$CARGO_FEATURES"

View file

@ -7,8 +7,8 @@ license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics." description = "A linear algebra and mathematics library for computer graphics."
documentation = "https://docs.rs/cgmath" documentation = "https://docs.rs/cgmath"
homepage = "https://github.com/brendanzab/cgmath" homepage = "https://github.com/rustgd/cgmath"
repository = "https://github.com/brendanzab/cgmath" repository = "https://github.com/rustgd/cgmath"
readme = "README.md" readme = "README.md"
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"] keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]

View file

@ -1,9 +1,9 @@
# cgmath-rs # cgmath-rs
[![Build Status](https://travis-ci.org/brendanzab/cgmath.svg?branch=master)](https://travis-ci.org/brendanzab/cgmath) [![Build Status](https://travis-ci.org/rustgd/cgmath.svg?branch=master)](https://travis-ci.org/rustgd/cgmath)
[![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath) [![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath)
[![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/brendanzab/cgmath/blob/master/LICENSE) [![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/rustgd/cgmath/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)
[![Gitter](https://badges.gitter.im/brendanzab/cgmath.svg)](https://gitter.im/brendanzab/cgmath) [![Gitter](https://badges.gitter.im/brendanzab/cgmath.svg)](https://gitter.im/brendanzab/cgmath)