diff --git a/.travis.yml b/.travis.yml index ab88eda..98fd627 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ matrix: env: CARGO_FEATURES="simd" - rust: nightly env: CARGO_FEATURES="serde simd" + allow_failures: + - rust: nightly script: - cargo build --features "$CARGO_FEATURES" diff --git a/Cargo.toml b/Cargo.toml index 3efa22d..6554189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ license = "Apache-2.0" description = "A linear algebra and mathematics library for computer graphics." documentation = "https://docs.rs/cgmath" -homepage = "https://github.com/brendanzab/cgmath" -repository = "https://github.com/brendanzab/cgmath" +homepage = "https://github.com/rustgd/cgmath" +repository = "https://github.com/rustgd/cgmath" readme = "README.md" keywords = ["gamedev", "math", "matrix", "vector", "quaternion"] diff --git a/README.md b/README.md index d5f8b8e..a87d8ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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) [![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) [![Gitter](https://badges.gitter.im/brendanzab/cgmath.svg)](https://gitter.im/brendanzab/cgmath)