mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add feature tests to Travis
This commit is contained in:
parent
49951ca3be
commit
09825dbd90
@ -8,7 +8,11 @@ env:
|
||||
script:
|
||||
- cargo build
|
||||
- cargo test
|
||||
- cargo doc --no-deps
|
||||
- cargo test --features backup
|
||||
- cargo test --features load_extension
|
||||
- cargo test --features trace
|
||||
- cargo test --features "backup load_extension trace"
|
||||
- cargo doc --no-deps --features "backup load_extension trace"
|
||||
|
||||
after_success: |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
|
Loading…
Reference in New Issue
Block a user