From 80e895192e25db09b3e56cb178625e6d5882816a Mon Sep 17 00:00:00 2001 From: gwenn Date: Fri, 12 Feb 2016 20:20:12 +0100 Subject: [PATCH] Activate vtab feature in CI builds. --- .travis.yml | 3 ++- appveyor.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89334cf..d806cb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ script: - cargo test --features load_extension - cargo test --features trace - cargo test --features functions - - cargo test --features "backup blob functions load_extension trace" + - cargo test --features functions vtab + - cargo test --features "backup blob functions load_extension trace vtab" diff --git a/appveyor.yml b/appveyor.yml index 9fb260e..6fc46a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ build: false test_script: - cargo test --lib --verbose - - cargo test --lib --features "backup blob functions load_extension trace" + - cargo test --lib --features "backup blob functions load_extension trace vtab" cache: - C:\Users\appveyor\.cargo