diff --git a/.travis.yml b/.travis.yml index 6184edb..907673d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ jobs: - rust: nightly fast_finish: true script: + - cd "${TRAVIS_BUILD_DIR}/schemars" - cargo check --verbose --all --no-default-features - cargo build --verbose --all --all-features - cargo test --verbose --all --all-features --no-fail-fast