aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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