Add feature tests to Travis

This commit is contained in:
John Gallagher 2015-12-10 16:22:01 -05:00
parent 49951ca3be
commit 09825dbd90

View File

@ -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 ] &&