diff --git a/.travis.yml b/.travis.yml index e769717..50e7585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - cargo test --features trace - cargo test --features functions - cargo test --features cache - - cargo test --features "backup functions load_extension trace cache" + - cargo test --features "backup cache functions load_extension trace" diff --git a/publish-ghp-docs.sh b/publish-ghp-docs.sh index f9eeb17..de31a13 100755 --- a/publish-ghp-docs.sh +++ b/publish-ghp-docs.sh @@ -8,7 +8,7 @@ fi cd $(git rev-parse --show-toplevel) rm -rf target/doc/ -multirust run nightly cargo doc --no-deps --features "load_extension trace" +multirust run nightly cargo doc --no-deps --features "backup cache functions load_extension trace" echo '' > target/doc/index.html ghp-import target/doc git push origin gh-pages:gh-pages