Add explicit bundled build to CI checks

This commit is contained in:
John Gallagher 2016-12-31 01:04:25 -05:00
parent 7a00d18c67
commit 432966ac77

View File

@ -3,6 +3,7 @@ sudo: false
script: script:
- cargo build - cargo build
- cargo build --features bundled
- cargo test - cargo test
- cargo test --features backup - cargo test --features backup
- cargo test --features blob - cargo test --features blob