From 6c442903c6b9656318b13aba0875d204b7427497 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 4 Nov 2018 22:36:45 +0100 Subject: Disable tests that need dependencies by default --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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 -- cgit