Test all features on Travis

This commit is contained in:
John Gallagher 2016-01-07 15:15:43 -05:00
parent ca761d7697
commit abc5d9e219

View File

@ -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"