diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-04 22:36:45 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-04 22:36:45 +0100 |
commit | 6c442903c6b9656318b13aba0875d204b7427497 (patch) | |
tree | 53d7b90577901e2df59d480f08f8753ed10c169a /.travis.yml | |
parent | 8edf5dea2a3f2c5c3a3a13dfa525662ee390e213 (diff) | |
download | askama-6c442903c6b9656318b13aba0875d204b7427497.tar.gz askama-6c442903c6b9656318b13aba0875d204b7427497.tar.bz2 askama-6c442903c6b9656318b13aba0875d204b7427497.zip |
Disable tests that need dependencies by default
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f796f61..2e1e8ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_script: script: - cargo test --all - if [[ "${TRAVIS_RUST_VERSION}" == stable ]]; then + cd testing && cargo test --features full; cargo fmt -- --check; fi - if [[ "${TRAVIS_RUST_VERSION}" == nightly ]]; then |