Skip to content

Commit f5e3000

Browse files
simonhdicksonnickbabcock
authored andcommitted
Add to travis
1 parent af82267 commit f5e3000

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ matrix:
5555
script:
5656
- cargo install rustfmt-nightly --vers 0.3.7 --force
5757
- cargo fmt --all -- --write-mode=diff
58+
- rust: nightly
59+
env:
60+
- SQLITE_BUNDLED=YESPLEASE
61+
- SQLITE_DATABASE_URL=/tmp/test.db
62+
script:
63+
- (cd diesel_cli && travis-cargo test --no-default-features --features "sqlite-bundled")
64+
5865
env:
5966
matrix:
6067
- BACKEND=sqlite

0 commit comments

Comments
 (0)