From 8d84e2b0764215734ca39c5b9146bf85c10212e8 Mon Sep 17 00:00:00 2001 From: Gwenael Treguier Date: Fri, 18 Dec 2015 20:21:41 +0100 Subject: [PATCH] Activate cache feature in travis. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bd2336..197fc9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ script: - cargo test --features load_extension - cargo test --features trace - cargo test --features functions - - cargo test --features "backup functions load_extension trace" - - cargo doc --no-deps --features "backup functions load_extension trace" + - cargo test --features cache + - cargo test --features "backup functions load_extension trace cache" + - cargo doc --no-deps --features "backup functions load_extension trace cache" after_success: | [ $TRAVIS_BRANCH = master ] &&