Expand CI coverage and update README (#80)

Closes #64
This commit is contained in:
Alex Crichton
2018-01-05 08:43:37 -08:00
committed by Carl Lerche
parent cde387d7e7
commit 555c97b313
4 changed files with 39 additions and 54 deletions
+13 -15
View File
@@ -1,22 +1,23 @@
---
language: rust
sudo: false
rust:
- stable
- beta
- nightly
matrix:
include:
- rust: stable
- os: osx
- rust: beta
- rust: nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
- rust: nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- cargo doc --no-deps --all-features
after_success:
- travis-cargo doc-upload
script:
- cargo build
- cargo test
- cargo doc --no-deps
after_success:
- travis-cargo --only nightly doc-upload --branch new-crate
env:
global:
@@ -25,6 +26,3 @@ env:
notifications:
email:
on_success: never
os:
- linux