Browse Source

Fix travis testing of README

vs2017
Alex Crichton 8 years ago
parent
commit
61dd856825
  1. 2
      .travis.yml

2
.travis.yml

@ -17,7 +17,7 @@ script:
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release
- cargo doc
- rustdoc --test README.md -L target/debug
- rustdoc --test README.md -L target/debug -L target/debug/deps
after_success:
- travis-cargo --only nightly doc-upload
env:

Loading…
Cancel
Save