diff --git a/.travis.yml b/.travis.yml index 0b377b9..38d6b8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,23 +5,5 @@ rust: - beta - stable -env: - global: - - TRAVIS_CARGO_NIGHTLY_FEATURE="eders" - - secure: afYeHpC8BJeyajd3vd84xRBYJKxQorKfh4lGvesu/hqh0bHc6lxrqGt0Pthb2m2YDODZiGSbx9yr9UetelZIJUSA3LoiG5PdDrtH/Kwdn5xGcBWSZl3v/sH+oB3AeR7Eji6mj0mrydQxn8PQbEACvR6lpGCYE2R48KrftYmD6Js= - -before_script: - - | - pip install 'travis-cargo<0.2' --user && - export PATH=$HOME/.local/bin:$PATH - script: - - | - travis-cargo build && - travis-cargo test && - travis-cargo bench && - travis-cargo --only stable doc - -after_success: - - | - travis-cargo --only stable doc-upload --branch stable + - cargo build && cargo test && cargo bench diff --git a/Cargo.toml b/Cargo.toml index 623a08c..343fb91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ authors = ["Brendan Zabarauskas ", license = "Apache-2.0" description = "A linear algebra and mathematics library for computer graphics." -documentation = "http://brendanzab.github.io/cgmath" +documentation = "https://docs.rs/cgmath" homepage = "https://github.com/brendanzab/cgmath" repository = "https://github.com/brendanzab/cgmath" readme = "README.md" diff --git a/README.md b/README.md index f593dc3..cfe4dd1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # cgmath-rs [![Build Status](https://travis-ci.org/brendanzab/cgmath.svg?branch=master)](https://travis-ci.org/brendanzab/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) [![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath) -[Documentation](http://brendanzab.github.io/cgmath/) - A linear algebra and mathematics library for computer graphics. The library provides: