Fix paths in CI
diff --git a/.travis.yml b/.travis.yml
index 67f98e7..1cb2e68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,11 +14,11 @@
       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:
diff --git a/appveyor.yml b/appveyor.yml
index 810a7c8..4c4676d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,4 +14,4 @@
 test_script:
   - cargo test
   - cargo test --features nightly
-  - cargo test --manifest-path rand_macros/Cargo.toml
+  - cargo test --manifest-path rand-derive/Cargo.toml