mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-22 07:48:14 +08:00
Activate cache feature in travis.
This commit is contained in:
parent
30c8910d19
commit
8d84e2b076
@ -12,8 +12,9 @@ script:
|
|||||||
- cargo test --features load_extension
|
- cargo test --features load_extension
|
||||||
- cargo test --features trace
|
- cargo test --features trace
|
||||||
- cargo test --features functions
|
- cargo test --features functions
|
||||||
- cargo test --features "backup functions load_extension trace"
|
- cargo test --features cache
|
||||||
- cargo doc --no-deps --features "backup functions load_extension trace"
|
- cargo test --features "backup functions load_extension trace cache"
|
||||||
|
- cargo doc --no-deps --features "backup functions load_extension trace cache"
|
||||||
|
|
||||||
after_success: |
|
after_success: |
|
||||||
[ $TRAVIS_BRANCH = master ] &&
|
[ $TRAVIS_BRANCH = master ] &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user