From 69edec47812d9727c571f716a3934bd19f09bb9d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 14 Jun 2017 12:32:19 -0700 Subject: [PATCH] Fix paths in CI --- .travis.yml | 4 ++-- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67f98e7e..1cb2e68c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/appveyor.yml b/appveyor.yml index 810a7c84..4c4676d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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