Browse Source

Really fix nightly tests

vs2017
Alex Crichton 8 years ago
parent
commit
ddf7701220
  1. 1
      .travis.yml

1
.travis.yml

@ -19,6 +19,7 @@ script:
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --features parallel
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release
- cargo doc
- cargo clean && cargo build
- rustdoc --test README.md -L target/debug -L target/debug/deps
after_success:
- travis-cargo --only nightly doc-upload

Loading…
Cancel
Save