Fix paths in CI

This commit is contained in:
Alex Crichton
2017-06-14 12:32:19 -07:00
parent 3f8ea45c01
commit 69edec4781
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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