|
@ -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 |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release |
|
|
- cargo doc |
|
|
- cargo doc |
|
|
- rustdoc --test README.md -L target/debug |
|
|
- rustdoc --test README.md -L target/debug -L target/debug/deps |
|
|
after_success: |
|
|
after_success: |
|
|
- travis-cargo --only nightly doc-upload |
|
|
- travis-cargo --only nightly doc-upload |
|
|
env: |
|
|
env: |
|
|