diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-07-22 15:47:31 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-07-22 15:47:31 +0100 |
commit | 7a994eb95b0fa447e95d7d28a020fd30143b87b6 (patch) | |
tree | c33ce2285a171028e96732560408b1c3f6d0486a /.travis.yml | |
parent | 879832099565fa051c3877558f85a8e194dc0ce6 (diff) | |
download | askama-7a994eb95b0fa447e95d7d28a020fd30143b87b6.tar.gz askama-7a994eb95b0fa447e95d7d28a020fd30143b87b6.tar.bz2 askama-7a994eb95b0fa447e95d7d28a020fd30143b87b6.zip |
Work around conflicting dependencies for actix-web and rocket
Diffstat (limited to '.travis.yml')
-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 |