Add chrono feature to CI files.

This commit is contained in:
gwenn 2016-02-23 18:28:39 +01:00
parent 33bc6edb4a
commit df245d1718
2 changed files with 3 additions and 2 deletions

View File

@ -13,4 +13,5 @@ script:
- cargo test --features load_extension
- cargo test --features trace
- cargo test --features functions
- cargo test --features "backup blob functions load_extension trace"
- cargo test --features chrono
- cargo test --features "backup blob chrono functions load_extension trace"

View File

@ -16,7 +16,7 @@ build: false
test_script:
- cargo test --lib --verbose
- cargo test --lib --features "backup blob functions load_extension trace"
- cargo test --lib --features "backup blob chrono functions load_extension trace"
cache:
- C:\Users\appveyor\.cargo