Fix paths in CI
This commit is contained in:
+2
-2
@@ -14,11 +14,11 @@ matrix:
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --features nightly
|
||||
- cargo test --manifest-path rand_macros/Cargo.toml
|
||||
- cargo test --manifest-path rand-derive/Cargo.toml
|
||||
- cargo doc --no-deps --features nightly
|
||||
script:
|
||||
- cargo test
|
||||
- cargo test --manifest-path rand_macros/Cargo.toml
|
||||
- cargo test --manifest-path rand-derive/Cargo.toml
|
||||
after_success:
|
||||
- travis-cargo --only nightly doc-upload
|
||||
env:
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@ build: false
|
||||
test_script:
|
||||
- cargo test
|
||||
- cargo test --features nightly
|
||||
- cargo test --manifest-path rand_macros/Cargo.toml
|
||||
- cargo test --manifest-path rand-derive/Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user