Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid committed Oct 2, 2018
1 parent a17b168 commit efd6051
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ matrix:

include:
- rust: stable
env: RUSTFLAGS="--cfg finchers_deny_warnings"
sudo: required
addons:
apt:
Expand All @@ -38,19 +39,17 @@ matrix:
- cargo fmt -- --check
- if [[ "${TRAVIS_PULL_REQUEST_BRANCH:-}" = release-* ]]; then cargo publish --dry-run; fi
after_success:
- unset RUSTFLAGS
- cargo kcov --print-install-kcov-sh | sh
- cargo kcov -v --coveralls

- rust: beta
before_script:
- export CARGO_INCREMENTAL=0
env: RUSTFLAGS="--cfg finchers_deny_warnings"
script:
- cargo update
- cargo test

- rust: nightly
before_script:
- export CARGO_INCREMENTAL=0
script:
- cargo update
- cargo test
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# `finchers-tungstenite`

[![crates.io](https://img.shields.io/crates/v/finchers-tungstenite.svg)](https://crates.io/crates/finchers-tungstenite)
[![API documentation](https://img.shields.io/badge/api-docs-blue.svg)](https://finchers-rs.github.io/docs)
[![Docs.rs](https://docs.rs/finchers-tungstenite/badge.svg)](https://docs.rs/finchers-tungstenite)
[![dependency status](https://deps.rs/crate/finchers-tungstenite/0.1.0/status.svg)](https://deps.rs/crate/finchers-tungstenite/0.1.0)
[![Build Status](https://travis-ci.org/finchers-rs/finchers-tungstenite.svg?branch=master)](https://travis-ci.org/finchers-rs/finchers-tungstenite)
[![Coverage Status](https://coveralls.io/repos/github/finchers-rs/finchers-tungstenite/badge.svg?branch=master)](https://coveralls.io/github/finchers-rs/finchers-tungstenite?branch=master)

Expand Down
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
//! # }
//! ```

// master
#![doc(html_root_url = "https://finchers-rs.github.io/finchers-tungstenite")]
// released
//#![doc(html_root_url = "https://docs.rs/finchers-tungstenite/0.1.0-alpha.1")]
#![doc(html_root_url = "https://docs.rs/finchers-tungstenite/0.1.0")]
#![warn(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit efd6051

Please sign in to comment.