From abc5d9e21941a9e6a616e728be33a7c3a02d1860 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 7 Jan 2016 15:15:43 -0500 Subject: [PATCH] Test all features on Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba5124f..89334cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ script: - cargo build - cargo test - cargo test --features backup + - cargo test --features blob - cargo test --features load_extension - cargo test --features trace - cargo test --features functions - - cargo test --features "backup functions load_extension trace" + - cargo test --features "backup blob functions load_extension trace"