This commit is contained in:
Alex Crichton 2017-11-25 06:42:34 -08:00
parent be256d8cc8
commit ea71984b11

View File

@ -11,7 +11,6 @@ matrix:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script:
- cargo test
- cargo test --manifest-path testcrate/Cargo.toml
- cargo build --features unstable
- cargo doc --no-deps
after_success: