diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b223b97..d79163f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ matrix: - rustup component add rustfmt-preview - rustup component add clippy-preview script: - - cargo test --all-features + - cd testing && cargo test --no-default-features --features with-rocket |