From 432966ac77e3cb27c4cd67d073788498336988a2 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Sat, 31 Dec 2016 01:04:25 -0500 Subject: [PATCH] Add explicit bundled build to CI checks --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 894c891..195a813 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false script: - cargo build + - cargo build --features bundled - cargo test - cargo test --features backup - cargo test --features blob