From 092993b72a1d840a4837d02458492fa67727af09 Mon Sep 17 00:00:00 2001 From: gwenn Date: Tue, 25 Jun 2019 21:15:16 +0200 Subject: [PATCH] Fix travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3473b27..fa4b2c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ script: - cargo test --features sqlcipher - cargo test --features i128_blob - cargo test --features uuid - - cargo test --features "bundled session unlock_notify window" + - cargo test --features "bundled unlock_notify window" - cargo test --features "array bundled csvtab vtab" - cargo test --features "backup blob chrono collation csvtab functions hooks limits load_extension serde_json trace url uuid vtab" - cargo test --features "backup blob chrono collation csvtab functions hooks limits load_extension serde_json trace url uuid vtab buildtime_bindgen"