Merge remote-tracking branch 'jgallagher/master' into vtab

This commit is contained in:
gwenn
2016-12-31 09:15:26 +01:00
31 changed files with 209042 additions and 848 deletions

View File

@@ -3,6 +3,7 @@ sudo: false
script:
- cargo build
- cargo build --features bundled
- cargo test
- cargo test --features backup
- cargo test --features blob
@@ -11,5 +12,8 @@ script:
- cargo test --features functions
- cargo test --features chrono
- cargo test --features serde_json
- cargo test --features bundled
- cargo test --features "backup blob chrono functions load_extension serde_json trace"
- cargo test --features "backup blob chrono functions load_extension serde_json trace bundled"
- cargo test --features "csvtab functions vtab"
- cargo test --features "backup blob chrono csvtab functions load_extension serde_json trace vtab"